freeimage: mark as broken on aarch64
This commit is contained in:
parent
1e69c8c242
commit
089c6660b0
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
{ lib, stdenv, fetchurl, unzip, darwin }:
|
{ lib, stdenv, fetchurl, unzip, darwin }:
|
||||||
|
|
||||||
|
# TODO: consider unvendoring various dependencies (libpng, libjpeg,
|
||||||
|
# libwebp, zlib, ...)
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "freeimage-3.18.0";
|
name = "freeimage-3.18.0";
|
||||||
|
|
||||||
|
@ -50,5 +53,7 @@ stdenv.mkDerivation {
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
maintainers = with lib.maintainers; [viric];
|
maintainers = with lib.maintainers; [viric];
|
||||||
platforms = with lib.platforms; unix;
|
platforms = with lib.platforms; unix;
|
||||||
|
# see https://github.com/NixOS/nixpkgs/issues/77653
|
||||||
|
broken = stdenv.isAarch64;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue