mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
ida-free: fix desktop item
This commit is contained in:
parent
2faf6e0bf9
commit
aba415e083
@ -50,8 +50,11 @@ stdenv.mkDerivation rec {
|
||||
desktopName = "IDA Free";
|
||||
genericName = "Interactive Disassembler";
|
||||
categories = [ "Development" ];
|
||||
startupWMClass = "IDA";
|
||||
};
|
||||
|
||||
desktopItems = [ desktopItem ];
|
||||
|
||||
nativeBuildInputs = [ makeWrapper copyDesktopItems autoPatchelfHook libsForQt5.wrapQtAppsHook ];
|
||||
|
||||
# We just get a runfile in $src, so no need to unpack it.
|
||||
|
Loading…
Reference in New Issue
Block a user