summary refs log tree commit diff
path: root/pkgs/development/compilers/ghc
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-03-23 11:26:28 +0000
committerPeter Simons <simons@cryp.to>2012-03-23 11:26:28 +0000
commit3fbeca3ebc07b38ebcac41ab8785759c56b5d5c7 (patch)
treec9d3302eeb5582f2ed64fac01efcd72eae40e626 /pkgs/development/compilers/ghc
parent6aa06a6699ce4bf6bf61605bdb44b2c4908a046f (diff)
downloadnixlib-3fbeca3ebc07b38ebcac41ab8785759c56b5d5c7.tar
nixlib-3fbeca3ebc07b38ebcac41ab8785759c56b5d5c7.tar.gz
nixlib-3fbeca3ebc07b38ebcac41ab8785759c56b5d5c7.tar.bz2
nixlib-3fbeca3ebc07b38ebcac41ab8785759c56b5d5c7.tar.lz
nixlib-3fbeca3ebc07b38ebcac41ab8785759c56b5d5c7.tar.xz
nixlib-3fbeca3ebc07b38ebcac41ab8785759c56b5d5c7.tar.zst
nixlib-3fbeca3ebc07b38ebcac41ab8785759c56b5d5c7.zip
pkgs/development/compilers/ghc/wrapper.nix: removed extraneous closing bracket that broke the script
svn path=/nixpkgs/trunk/; revision=33371
Diffstat (limited to 'pkgs/development/compilers/ghc')
-rw-r--r--pkgs/development/compilers/ghc/wrapper.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/ghc/wrapper.nix b/pkgs/development/compilers/ghc/wrapper.nix
index be27f98925e7..4407f16c9e02 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