* Doh!
svn path=/nixpkgs/trunk/; revision=4739
This commit is contained in:
parent
e12399051a
commit
a276487772
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue