Skip to content

Commit

Permalink
Make $CONFIGURE work even if $PWD isn't on the path
Browse files Browse the repository at this point in the history
  • Loading branch information
chreekat authored and supersven committed Aug 4, 2023
1 parent b3927a2 commit 7d1bf69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ hspkgs.shellFor rec {
export GHCPKG=$NIX_GHCPKG
export HAPPY=${happy}/bin/happy
export ALEX=${alex}/bin/alex
export CONFIGURE=configure
export CONFIGURE=./configure
${lib.optionalString withEMSDK "export EMSDK=${emscripten}"}
${lib.optionalString withEMSDK "export EMSDK_LLVM=${emscripten}/bin/emscripten-llvm"}
${ # prevents sub word sized atomic operations not available issues
Expand Down

0 comments on commit 7d1bf69

Please sign in to comment.