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:02:01 +0000
committerGitHub <noreply@github.com>2021-11-10 18:02:01 +0000
commit5e2757bf320d54ec83757fdc8278de89dd833689 (patch)
treea2fc4eaa1856edac92236697ca049ec766269fab /pkgs/tools/graphics
parentd3fe6fe53cb083bc4f9ed41dfef5d819c041b9b8 (diff)
parent259e08cd22b7329471473e43f387647f7b288605 (diff)
Merge staging-next into staging
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";
};
}