nixpkgs/pkgs/getopt/getopt.fix
Eelco Dolstra f18c7333ba * Fix a typo.
svn path=/nixpkgs/trunk/; revision=352
2003-08-25 14:39:11 +00:00

15 lines
330 B
Plaintext

Package(
[ ("name", "getopt-1.1.3")
, ("build", Relative("getopt/getopt-build.sh"))
, ("src", Call(IncludeFix("fetchurl/fetchurl.fix"),
[ ("url", "http://huizen.dds.nl/~frodol/getopt-1.1.3.tar.gz")
, ("md5", "7b7637dcb0ac531f1af29f4d6b018e86")
]))
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
]
)