* Oops. Add missing file.
svn path=/nixpkgs/trunk/; revision=3998
This commit is contained in:
@@ -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";
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user