Remove support for the obsolete powerpc-darwin and i686-darwin platforms
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user