summary refs log tree commit diff
path: root/pkgs/applications/editors/libresprite/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/libresprite/default.nix')
-rw-r--r--pkgs/applications/editors/libresprite/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/libresprite/default.nix b/pkgs/applications/editors/libresprite/default.nix
index 18fbf566876..cc9da53f2b6 100644
--- a/pkgs/applications/editors/libresprite/default.nix
+++ b/pkgs/applications/editors/libresprite/default.nix
@@ -106,6 +106,6 @@ stdenv.mkDerivation rec {
     maintainers = with maintainers; [ fgaz ];
     platforms = platforms.all;
     # https://github.com/LibreSprite/LibreSprite/issues/308
-    broken = stdenv.isDarwin && stdenv.isAarch64;
+    broken = stdenv.isDarwin;
   };
 }