* Use stdenv.isDarwin.
svn path=/nixpkgs/trunk/; revision=5728
This commit is contained in:
@@ -9,5 +9,5 @@
|
||||
|
||||
# Quick fix for a Makefile bug in openssl-0.9.8 (`make install'
|
||||
# tries to copy .so files, instead of .dylib files).
|
||||
patches = if stdenv.system == "powerpc-darwin" then [./dylib.patch] else [];
|
||||
patches = if stdenv.isDarwin then [./dylib.patch] else [];
|
||||
}
|
||||
|
||||
@@ -6,5 +6,4 @@
|
||||
sha1 = "99565db630a044fa484d4f91006a31908f262246";
|
||||
};
|
||||
buildInputs = [perl];
|
||||
# patches = [./darwin-makefile.patch];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user