mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 16:48:02 +00:00
libimagequant: fix cross compile to aarch64
This commit is contained in:
parent
8cac1707f2
commit
b8f80a5bf3
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user