diff --git a/pkgs/applications/editors/quartus-prime/default.nix b/pkgs/applications/editors/quartus-prime/default.nix index d2ffcd088fb8..84a587e9621a 100644 --- a/pkgs/applications/editors/quartus-prime/default.nix +++ b/pkgs/applications/editors/quartus-prime/default.nix @@ -56,8 +56,6 @@ in buildFHSEnv rec { libxcrypt-legacy ]; - passthru = { inherit unwrapped; }; - extraInstallCommands = '' mkdir -p $out/share/applications $out/share/icons/128x128 ln -s ${desktopItem}/share/applications/* $out/share/applications @@ -99,4 +97,6 @@ in buildFHSEnv rec { # Run the wrappers directly, instead of going via bash. runScript = ""; + + passthru = { inherit unwrapped; }; }