1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

* Use a fixed patchelf.

svn path=/nixpkgs/branches/stdenv-updates/; revision=11958
This commit is contained in:
Eelco Dolstra 2008-06-03 14:29:14 +00:00
parent 0901882c1e
commit 5fadd928bc

View file

@ -1,15 +1,15 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "patchelf-0.4pre11926";
name = "patchelf-0.4pre11957";
src = fetchurl {
url = http://nixos.org/releases/patchelf/patchelf-0.4pre11926-l7bh3lls/patchelf-0.4pre11926.tar.bz2;
url = http://nixos.org/releases/patchelf/patchelf-0.4pre11957-lngvn112/patchelf-0.4pre11957.tar.bz2;
sha256 = "39cb2a277bb9cb6fe216694b0db3b7e364e2ec0597e437e5cb0fd4378fd172f3";
};
meta = {
homepage = "http://nixos.org/patchelf.html";
homepage = http://nixos.org/patchelf.html;
license = "GPL";
description = "A small utility to modify the dynamic linker and RPATH of ELF executables";
};