quartus-prime-lite: move passthru towards end

Coding style.
This commit is contained in:
Bjørn Forsman 2023-09-24 19:52:00 +02:00
parent 04413f50b9
commit 7fe9476618

View File

@ -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; };
}