pkgs/development/compilers/ghc/wrapper.nix: removed extraneous closing bracket that broke the script

svn path=/nixpkgs/trunk/; revision=33371
This commit is contained in:
Peter Simons 2012-03-23 11:26:28 +00:00
parent 6aa06a6699
commit 3fbeca3ebc

View file

@ -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