* Use the latest patchelf.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11931
This commit is contained in:
parent
25245042c2
commit
0901882c1e
|
@ -1,14 +1,15 @@
|
||||||
{stdenv, fetchurl}:
|
{stdenv, fetchurl}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "patchelf-0.3";
|
name = "patchelf-0.4pre11926";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://nix.cs.uu.nl/dist/nix/patchelf-0.3/patchelf-0.3.tar.bz2;
|
url = http://nixos.org/releases/patchelf/patchelf-0.4pre11926-l7bh3lls/patchelf-0.4pre11926.tar.bz2;
|
||||||
md5 = "20d77052ae559c60e6c5efb6ea95af9b";
|
sha256 = "39cb2a277bb9cb6fe216694b0db3b7e364e2ec0597e437e5cb0fd4378fd172f3";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://nix.cs.uu.nl/patchelf.html";
|
homepage = "http://nixos.org/patchelf.html";
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
description = "A small utility to modify the dynamic linker and RPATH of ELF executables";
|
description = "A small utility to modify the dynamic linker and RPATH of ELF executables";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue