We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 789f771 + 38f3faf commit 4585c10Copy full SHA for 4585c10
NixSupport/default.nix
@@ -291,7 +291,7 @@ CABAL_EOF
291
paths = [ runServer allScripts ] ++ pkgs.lib.optional hasJobs runJobs;
292
};
293
in
294
- pkgs.runCommandNoCC appName { inherit static binaries; nativeBuildInputs = [ pkgs.makeWrapper ]; } ''
+ pkgs.runCommand appName { inherit static binaries; nativeBuildInputs = [ pkgs.makeWrapper ]; } ''
295
# Hash that changes only when `static` changes:
296
INPUT_HASH="$(basename ${static} | cut -d- -f1)"
297
makeWrapper ${binaries}/bin/RunProdServer $out/bin/RunProdServer \
0 commit comments