nixpkgs/pkgs-ng/tools/compression/bzip2/default.fix
Eelco Dolstra a6c0074fcf * More refactoring.
svn path=/nixpkgs/trunk/; revision=470
2003-11-03 16:24:47 +00:00

11 lines
283 B
Plaintext

{stdenv, fetchurl}: derivation
{ name = "bzip2-1.0.2"
, system = stdenv.system
, builder = ./builder.sh
, src = fetchurl
{ url = ftp://sources.redhat.com/pub/bzip2/v102/bzip2-1.0.2.tar.gz
, md5 = "ee76864958d568677f03db8afad92beb"
}
, stdenv = stdenv
}