1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

Merge pull request #323943 from xeniarose/fix-ghidra-desktop-file

ghidra{,-bin}: desktop file fixes
This commit is contained in:
Jörg Thalheim 2024-07-02 07:14:00 +02:00 committed by GitHub
commit 6f09d8200f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View file

@ -164,6 +164,7 @@ stdenv.mkDerivation (finalAttrs: {
genericName = "Ghidra Software Reverse Engineering Suite";
categories = [ "Development" ];
terminal = false;
startupWMClass = "ghidra-Ghidra";
})
];

View file

@ -20,6 +20,8 @@ let
desktopName = "Ghidra";
genericName = "Ghidra Software Reverse Engineering Suite";
categories = [ "Development" ];
terminal = false;
startupWMClass = "ghidra-Ghidra";
};
in stdenv.mkDerivation rec {