Remove support for the obsolete powerpc-darwin and i686-darwin platforms

This commit is contained in:
Eelco Dolstra
2012-11-29 14:10:49 +01:00
parent 4b48d05c58
commit 72684fb42f
20 changed files with 68 additions and 466 deletions
@@ -14,10 +14,7 @@ stdenv.mkDerivation rec {
] ++ stdenv.lib.optional (stdenv.system != "i686-cygwin") ./dll.patch;
buildInputs = [ unzip ]
# For some reason the makefile sets "AR = libtool" on Darwin.
++ stdenv.lib.optional (stdenv.system == "i686-darwin") libtool;
buildInputs = [ unzip ];
# Unpack the thing in a subdirectory.
unpackPhase = ''