From ab5a39d40b087bd39286bbc62384f7b993110958 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 19 Dec 2007 11:19:02 +0000 Subject: [PATCH] * Doh. svn path=/nixpkgs/trunk/; revision=9954 --- pkgs/development/compilers/ghc/boot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/ghc/boot.nix b/pkgs/development/compilers/ghc/boot.nix index 9e0283ea00b..ab606d4c2ba 100644 --- a/pkgs/development/compilers/ghc/boot.nix +++ b/pkgs/development/compilers/ghc/boot.nix @@ -28,7 +28,7 @@ stdenv.mkDerivation { postBuild = if stdenv.isLinux then " find . -type f -perm +100 \\ -exec patchelf --interpreter \"$(cat $NIX_GCC/nix-support/dynamic-linker)\" \\ - --set-rpath \"${readline}/lib:${ncurses}/lib:${gmp}/lib\" {} \; + --set-rpath \"${readline}/lib:${ncurses}/lib:${gmp}/lib\" {} \\; " else ""; # The binaries for Darwin use frameworks, so fake those frameworks,