We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8167144 commit 928b0d8Copy full SHA for 928b0d8
compiler/ghc/default.nix
@@ -801,7 +801,7 @@ stdenv.mkDerivation (rec {
801
cp -r _build/stage1/bin $out
802
# let's assume that if we find a non-prefixed genprimop,
803
# we also find a non-prefixed deriveConstants
804
- if [ -f _build/stage1/bin/genprimopcode ]; then
+ if [ -f _build/stageBoot/bin/genprimopcode ]; then
805
cp _build/stageBoot/bin/genprimopcode $out/bin
806
cp _build/stageBoot/bin/deriveConstants $out/bin
807
else
0 commit comments