gossip: add copyDesktopItems mimeTypes (#445073)
This commit is contained in:
@@ -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" ];
|
||||
})
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user