drop desktop item from cli

This commit is contained in:
Jörg Thalheim
2023-11-21 15:26:11 +01:00
parent 6072159020
commit 7d3ccb23ea

View File

@@ -28,7 +28,6 @@
, tor
, git
, nixpkgs
, makeDesktopItem
, copyDesktopItems
, qemu
, gnupg
@@ -207,13 +206,4 @@ python3.pkgs.buildPythonApplication {
PYTHONPATH= $out/bin/clan --help
'';
meta.mainProgram = "clan";
desktopItems = [
(makeDesktopItem {
name = "clan";
exec = "clan --debug join %u";
desktopName = "CLan Manager";
startupWMClass = "clan";
mimeTypes = [ "x-scheme-handler/clan" ];
})
];
}