patchelf: Update to 0.7

This commit is contained in:
Eelco Dolstra
2014-01-07 17:44:03 +01:00
parent 1e986d8de3
commit ffd6557dc6
3 changed files with 2 additions and 20 deletions
@@ -1,16 +0,0 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "patchelf-0.7pre160_1c057cd";
src = fetchurl {
url = http://hydra.nixos.org/build/2961500/download/2/patchelf-0.7pre160_1c057cd.tar.bz2;
sha256 = "bbc46169f6b6803410e0072cf57e631481e3d5f1dde234f4eacbccb6562c5f4f";
};
meta = {
homepage = http://nixos.org/patchelf.html;
license = "GPL";
description = "A small utility to modify the dynamic linker and RPATH of ELF executables";
};
}