2004-09-25 21:32:23 +02:00
|
|
|
{stdenv, fetchurl}:
|
|
|
|
|
|
|
|
stdenv.mkDerivation {
|
2008-05-29 16:19:34 +02:00
|
|
|
name = "patchelf-0.4pre11926";
|
|
|
|
|
2004-09-25 21:32:23 +02:00
|
|
|
src = fetchurl {
|
2008-05-29 16:19:34 +02:00
|
|
|
url = http://nixos.org/releases/patchelf/patchelf-0.4pre11926-l7bh3lls/patchelf-0.4pre11926.tar.bz2;
|
|
|
|
sha256 = "39cb2a277bb9cb6fe216694b0db3b7e364e2ec0597e437e5cb0fd4378fd172f3";
|
2007-05-24 18:00:05 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
meta = {
|
2008-05-29 16:19:34 +02:00
|
|
|
homepage = "http://nixos.org/patchelf.html";
|
2007-05-24 18:00:05 +02:00
|
|
|
license = "GPL";
|
|
|
|
description = "A small utility to modify the dynamic linker and RPATH of ELF executables";
|
2004-09-25 21:32:23 +02:00
|
|
|
};
|
|
|
|
}
|