nixpkgs/pkgs/bzip2/bzip2.fix
Eelco Dolstra af9c2a534d * Added bzip2.
Note that I added bzip2 to stdenv, but not unzip.  This raises an interesting 
  point: what packages should be in stdenv?

svn path=/nixpkgs/trunk/; revision=320
2003-08-18 20:58:51 +00:00

14 lines
354 B
Plaintext

Package(
[ ("name", "bzip2-1.0.2")
, ("build", Relative("bzip2/bzip2-build.sh"))
, ("src", Call(IncludeFix("fetchurl/fetchurl.fix"),
[ ("url", "ftp://sources.redhat.com/pub/bzip2/v102/bzip2-1.0.2.tar.gz")
, ("md5", "ee76864958d568677f03db8afad92beb")
]))
, ("stdenv", IncludeFix("stdenv-linux/stdenv-nativetools.fix"))
]
)