ghcjs: fix whitespace
This commit is contained in:
parent
df55381b65
commit
76976398f8
@ -246,7 +246,7 @@
|
|||||||
ghcPath = ../development/compilers/ghc/7.8.4.nix;
|
ghcPath = ../development/compilers/ghc/7.8.4.nix;
|
||||||
ghcBinary = if stdenv.isDarwin then ghc783Binary else ghc742Binary;
|
ghcBinary = if stdenv.isDarwin then ghc783Binary else ghc742Binary;
|
||||||
prefFun = self : super : super // {
|
prefFun = self : super : super // {
|
||||||
ghc = let parent = packages_ghc784; in
|
ghc = let parent = packages_ghc784; in
|
||||||
callPackage ../development/compilers/ghcjs/wrapper.nix {
|
callPackage ../development/compilers/ghcjs/wrapper.nix {
|
||||||
ghc = parent.ghcjs // { inherit parent; };
|
ghc = parent.ghcjs // { inherit parent; };
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user