gossip: add copyDesktopItems mimeTypes (#445073)

This commit is contained in:
Moritz Sanft
2025-09-22 09:45:34 +02:00
committed by GitHub
+3
View File
@@ -9,6 +9,7 @@
libGL,
libxkbcommon,
makeDesktopItem,
copyDesktopItems,
openssl,
pkg-config,
rustPlatform,
@@ -50,6 +51,7 @@ rustPlatform.buildRustPackage rec {
git
pkg-config
rustPlatform.bindgenHook
copyDesktopItems
]
++ lib.optionals stdenv.hostPlatform.isLinux [
wayland-scanner
@@ -110,6 +112,7 @@ rustPlatform.buildRustPackage rec {
"InstantMessaging"
];
startupWMClass = "gossip";
mimeTypes = [ "x-scheme-handler/nostr" ];
})
];