* Added the `file' utility (required by the MonoDevelop build process).

svn path=/nixpkgs/trunk/; revision=2355
This commit is contained in:
Eelco Dolstra 2005-03-09 17:48:46 +00:00
parent 317a2b5762
commit b701827950

View File

@ -0,0 +1,9 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "file-4.13";
src = fetchurl {
url = ftp://ftp.astron.com/pub/file/file-4.13.tar.gz;
md5 = "2bfc0f878ee22e50441b68df2ccbb984";
};
}