* Merge builder-cygwin.sh.

svn path=/nixpkgs/trunk/; revision=7497
This commit is contained in:
Eelco Dolstra
2006-12-27 17:58:32 +00:00
parent 7a2c0d1793
commit f6d923febc
4 changed files with 2 additions and 30 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
stdenv.mkDerivation {
name = "bzip2-1.0.3";
builder = if stdenv.system == "i686-cygwin" then ./builder-cygwin.sh else ./builder.sh; # !!! merge
builder = ./builder.sh;
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/bzip2-1.0.3.tar.gz;