From c6f12a23e67c532c6d67835ded459b43d3b5a397 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 16 Aug 2011 13:03:38 +0000 Subject: [PATCH] pkgs/development/compilers/ghc/wrapper.nix: stripped trailing whitespace svn path=/nixpkgs/trunk/; revision=28609 --- pkgs/development/compilers/ghc/wrapper.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/compilers/ghc/wrapper.nix b/pkgs/development/compilers/ghc/wrapper.nix index 16441daaeedf..60342a14a61f 100644 --- a/pkgs/development/compilers/ghc/wrapper.nix +++ b/pkgs/development/compilers/ghc/wrapper.nix @@ -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;