From 3fbeca3ebc07b38ebcac41ab8785759c56b5d5c7 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 23 Mar 2012 11:26:28 +0000 Subject: [PATCH] pkgs/development/compilers/ghc/wrapper.nix: removed extraneous closing bracket that broke the script svn path=/nixpkgs/trunk/; revision=33371 --- pkgs/development/compilers/ghc/wrapper.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/ghc/wrapper.nix b/pkgs/development/compilers/ghc/wrapper.nix index be27f98925e..4407f16c9e0 100644 --- a/pkgs/development/compilers/ghc/wrapper.nix +++ b/pkgs/development/compilers/ghc/wrapper.nix @@ -31,7 +31,7 @@ stdenv.mkDerivation { case "\$arg" in -package-conf) ;; *) - CANONICALIZED="\$(${stdenv.lib.optionalString stdenv.isDarwin "${coreutils}/bin/"}}readlink -f "\$arg")" + CANONICALIZED="\$(${stdenv.lib.optionalString stdenv.isDarwin "${coreutils}/bin/"}readlink -f "\$arg")" GHC_PACKAGES_HASH["\$CANONICALIZED"]= ;; esac done