mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
quartus-prime-lite: move passthru towards end
Coding style.
This commit is contained in:
parent
04413f50b9
commit
7fe9476618
@ -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; };
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user