pkgs/development/compilers/ghc/wrapper.nix: stripped trailing whitespace

svn path=/nixpkgs/trunk/; revision=28609
This commit is contained in:
Peter Simons 2011-08-16 13:03:38 +00:00
parent 4564757c90
commit c6f12a23e6

View file

@ -43,8 +43,8 @@ stdenv.mkDerivation {
chmod +x $out/bin/ghc-packages
ensureDir $out/nix-support
ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages
'';
'';
GHCGetPackages = ./ghc-get-packages.sh;
inherit ghc;