mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-01 08:25:55 +03:00
Merge branch 'ghcjs-cross-without-cc-common' into ghcjs-cross-without-cc
This commit is contained in:
commit
49daa0aa64
@ -131,7 +131,7 @@ let
|
||||
'';
|
||||
|
||||
crossCabalFlags = [
|
||||
"--with-ghc=${ghc.targetPrefix}ghc"
|
||||
"--with-ghc=${ghcCommand}"
|
||||
"--with-ghc-pkg=${ghc.targetPrefix}ghc-pkg"
|
||||
] ++ optionals stdenv.hasCC [
|
||||
"--with-gcc=${stdenv.cc.targetPrefix}cc"
|
||||
|
Loading…
Reference in New Issue
Block a user