* Use patchelf 0.3.
svn path=/nixpkgs/trunk/; revision=8767
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user