* Use patchelf 0.3.

svn path=/nixpkgs/trunk/; revision=8767
This commit is contained in:
Eelco Dolstra
2007-05-24 16:00:05 +00:00
parent d384ef5673
commit e6779a3701
5 changed files with 13 additions and 25 deletions
@@ -1,9 +1,15 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "patchelf-0.1";
name = "patchelf-0.3";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/nix/patchelf-0.1/patchelf-0.1.tar.bz2;
md5 = "bc20c173bf8bd590fa8ee0f348a563be";
url = http://nix.cs.uu.nl/dist/nix/patchelf-0.3/patchelf-0.3.tar.bz2;
md5 = "20d77052ae559c60e6c5efb6ea95af9b";
};
meta = {
homepage = "http://nix.cs.uu.nl/patchelf.html";
license = "GPL";
description = "A small utility to modify the dynamic linker and RPATH of ELF executables";
};
}
@@ -1,9 +0,0 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "patchelf-0.3pre7826";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/nix/patchelf-0.3pre7826/patchelf-0.3pre7826.tar.bz2;
sha256 = "0wnb5a5964dgp55awygvzw2ssa6j63s568qg4i6kjfx11vvl3zqi";
};
}