haskell-modules/generic-builder: Fix copy-paste error
This commit is contained in:
parent
8156293bac
commit
2154108270
@ -151,7 +151,7 @@ let
|
|||||||
ghcCommand' = if isGhcjs then "ghcjs" else "ghc";
|
ghcCommand' = if isGhcjs then "ghcjs" else "ghc";
|
||||||
crossPrefix = if (ghc.cross or null) != null then "${ghc.cross.config}-" else "";
|
crossPrefix = if (ghc.cross or null) != null then "${ghc.cross.config}-" else "";
|
||||||
ghcCommand = "${crossPrefix}${ghcCommand'}";
|
ghcCommand = "${crossPrefix}${ghcCommand'}";
|
||||||
ghcCommandCaps= lib.toUpper ghcCommand';
|
ghcCommandCaps= toUpper ghcCommand';
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user