* Use PatchELF 0.1.
svn path=/nixpkgs/trunk/; revision=4062
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{stdenv, fetchurl, perl, patchelf, readline, ncurses}:
|
||||
{stdenv, fetchurl, perl, readline, ncurses}:
|
||||
|
||||
assert stdenv.system == "i686-linux";
|
||||
|
||||
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
|
||||
url = http://www.haskell.org/ghc/dist/6.4.1/ghc-6.4.1-i386-unknown-linux.tar.bz2;
|
||||
md5 = "9cd18a8e946da91b373b8ec855cd842e";
|
||||
};
|
||||
buildInputs = [perl patchelf];
|
||||
buildInputs = [perl];
|
||||
propagatedBuildInputs = [readline ncurses];
|
||||
inherit readline ncurses;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user