summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/graphics
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-11-10 18:01:21 +0000
committerGitHub <noreply@github.com>2021-11-10 18:01:21 +0000
commit259e08cd22b7329471473e43f387647f7b288605 (patch)
tree5e639af11bd2a688528744790414f8a2dd0370dd /pkgs/tools/graphics
parent84d856a651004949bacd679bdbbb66a1191a5586 (diff)
parent063dd314197c5f67f06f8b51755e65030fd2c8aa (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/tools/graphics')
-rw-r--r--pkgs/tools/graphics/perceptualdiff/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/perceptualdiff/default.nix b/pkgs/tools/graphics/perceptualdiff/default.nix
index 454352986edf..f2281bc5d35f 100644
--- a/pkgs/tools/graphics/perceptualdiff/default.nix
+++ b/pkgs/tools/graphics/perceptualdiff/default.nix
@@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/myint/perceptualdiff";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ uri-canva ];
- platforms = platforms.x86;
+ platforms = platforms.unix;
+ broken = stdenv.hostPlatform.system == "aarch64-darwin";
};
}