2005-03-09 17:48:46 +00:00
|
|
|
{stdenv, fetchurl}:
|
|
|
|
|
|
|
|
stdenv.mkDerivation {
|
2009-06-22 12:41:14 +01:00
|
|
|
name = "file-5.03";
|
2010-12-29 19:19:56 +00:00
|
|
|
|
2005-03-09 17:48:46 +00:00
|
|
|
src = fetchurl {
|
2009-06-22 12:41:14 +01:00
|
|
|
url = ftp://ftp.astron.com/pub/file/file-5.03.tar.gz;
|
|
|
|
sha256 = "1fwmpplwc6h2g89ribq7w8x2np0yn5k7bw042815rv7jkrzv9nhy";
|
2007-12-31 17:56:13 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
meta = {
|
|
|
|
description = "A program that shows the type of files";
|
|
|
|
homepage = ftp://ftp.astron.com/pub/file;
|
2005-03-09 17:48:46 +00:00
|
|
|
};
|
|
|
|
}
|