Commit 7fe94766 authored by Bjørn Forsman's avatar Bjørn Forsman
Browse files

quartus-prime-lite: move passthru towards end

Coding style.
parent 04413f50
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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; };
}