* Use patchelf to remove unnecessary directories automatically (in the
installation phase) from the rpaths of ELF executables and libraries. This results in smaller closures. svn path=/nixpkgs/trunk/; revision=1534
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "patchelf-0.1pre1514";
|
||||
name = "patchelf-0.1pre1513";
|
||||
src = fetchurl {
|
||||
url = http://catamaran.labs.cs.uu.nl/dist/nix/patchelf-0.1pre1514/patchelf-0.1pre1514.tar.gz;
|
||||
md5 = "b3d82ce1dc68304770fe5411ed718e3a";
|
||||
url = http://losser.st-lab.cs.uu.nl/~eelco/dist/patchelf-0.1pre1513.tar.gz;
|
||||
md5 = "874928f46117828c1d8019986aa2eaac";
|
||||
};
|
||||
# src = /home/eelco/Dev/patchelf/patchelf-0.1.tar.gz;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user