libimagequant: fix cross compile to aarch64

This commit is contained in:
Sandro Jäckel 2021-03-05 03:31:13 +01:00
parent 8cac1707f2
commit b8f80a5bf3
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
patchShebangs ./configure
'';
configureFlags = lib.optionals stdenv.isAarch64 [ "--disable-sse" ];
meta = with lib; {
homepage = "https://pngquant.org/lib/";
description = "Image quantization library";