summary refs log tree commit diff
path: root/pkgs/applications/graphics/photoflow
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/photoflow')
-rw-r--r--pkgs/applications/graphics/photoflow/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/photoflow/default.nix b/pkgs/applications/graphics/photoflow/default.nix
index 2d42ea3f18f..6f3bf69889c 100644
--- a/pkgs/applications/graphics/photoflow/default.nix
+++ b/pkgs/applications/graphics/photoflow/default.nix
@@ -51,5 +51,6 @@ stdenv.mkDerivation {
     license = licenses.gpl3Plus;
     maintainers = [ maintainers.MtP ];
     platforms = platforms.linux;
+    broken = stdenv.isAarch64;
   };
 }