ghcjs: fix whitespace

This commit is contained in:
Charles Strahan 2014-12-31 00:06:20 -05:00
parent df55381b65
commit 76976398f8

View file

@ -246,7 +246,7 @@
ghcPath = ../development/compilers/ghc/7.8.4.nix;
ghcBinary = if stdenv.isDarwin then ghc783Binary else ghc742Binary;
prefFun = self : super : super // {
ghc = let parent = packages_ghc784; in
ghc = let parent = packages_ghc784; in
callPackage ../development/compilers/ghcjs/wrapper.nix {
ghc = parent.ghcjs // { inherit parent; };
};