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 d199676 commit 655b61bCopy full SHA for 655b61b
compiler/ghc/default.nix
@@ -684,6 +684,10 @@ stdenv.mkDerivation (rec {
684
${hadrian}/bin/hadrian ${hadrianArgs} stage1:lib:terminfo
685
'' + lib.optionalString (installStage1 && !haskell-nix.haskellLib.isCrossTarget) ''
686
${hadrian}/bin/hadrian ${hadrianArgs} stage2:exe:iserv
687
+ # I don't seem to be able to build _build/stage1/lib/bin/ghc-iserv-prof
688
+ # by asking hadrian for this. The issue is likely that the profiling way
689
+ # is probably missing from hadrian m(
690
+ ${hadrian}/bin/hadrian ${hadrianArgs} _build/stage1/lib/bin/ghc-iserv-prof
691
pushd _build/stage1/bin
692
for exe in *; do
693
mv $exe ${targetPrefix}$exe
0 commit comments