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