* bzip2 with dietlibc.
svn path=/nixpkgs/trunk/; revision=6767
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
stdenv.mkDerivation {
|
||||
name = "bzip2-1.0.3";
|
||||
builder =
|
||||
if stdenv.isDarwin then ./builder-darwin.sh
|
||||
# !!! Merge these builders.
|
||||
if stdenv.isDarwin || stdenv ? isDietLibC then ./builder-static.sh
|
||||
else if stdenv.system == "i686-freebsd" then ./builder-freebsd.sh
|
||||
else if stdenv.system == "i686-cygwin" then ./builder-cygwin.sh
|
||||
else ./builder.sh;
|
||||
|
||||
Reference in New Issue
Block a user