* Oops. Add missing file.

svn path=/nixpkgs/trunk/; revision=3998
This commit is contained in:
Eelco Dolstra 2005-10-03 08:35:25 +00:00
parent 61e3b1726d
commit 07be11540a

View 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";
};
}