libpng: Remove stale crossAttrs

Random ancient stuff for Darwin cross that seems not worth it.
This commit is contained in:
John Ericson 2018-05-10 13:06:09 -04:00
parent e84b9401c5
commit 7afe4f1df0

View File

@ -18,11 +18,6 @@ stdenv.mkDerivation rec {
passthru = { inherit zlib; };
crossAttrs = stdenv.lib.optionalAttrs (hostPlatform.libc == "libSystem") {
propagatedBuildInputs = [];
passthru = {};
};
configureFlags = "--enable-static";
postInstall = ''mv "$out/bin" "$dev/bin"'';