* Oops. Add missing file.
svn path=/nixpkgs/trunk/; revision=3998
This commit is contained in:
parent
61e3b1726d
commit
07be11540a
9
pkgs/development/tools/misc/patchelf/new.nix
Normal file
9
pkgs/development/tools/misc/patchelf/new.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "patchelf-0.1pre3994";
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/nix/patchelf-0.1pre3994/patchelf-0.1pre3994.tar.gz;
|
||||
md5 = "26d335b0b1c335c19b1a1b36d1002e09";
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user