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";
|
||||
crossPrefix = if (ghc.cross or null) != null then "${ghc.cross.config}-" else "";
|
||||
ghcCommand = "${crossPrefix}${ghcCommand'}";
|
||||
ghcCommandCaps= lib.toUpper ghcCommand';
|
||||
ghcCommandCaps= toUpper ghcCommand';
|
||||
|
||||
in
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user