svn path=/nixpkgs/trunk/; revision=4739
This commit is contained in:
Eelco Dolstra 2006-02-06 12:48:07 +00:00
parent e12399051a
commit a276487772

View file

@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "bzip2-1.0.3";
builder =
if stdenv.system == "powerpc-darwin" then ./builder-darwin.sh
if stdenv.system == "i686-freebsd" then ./builder-freebsd.sh
else if stdenv.system == "i686-freebsd" then ./builder-freebsd.sh
else ./builder.sh;
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/bzip2-1.0.3.tar.gz;