libresprite: mark broken on darwin

authored by

Rick van Schijndel and committed by
Janne Heß
da846421 edde4da4

+1 -1
+1 -1
pkgs/applications/editors/libresprite/default.nix
··· 106 maintainers = with maintainers; [ fgaz ]; 107 platforms = platforms.all; 108 # https://github.com/LibreSprite/LibreSprite/issues/308 109 - broken = stdenv.isDarwin && stdenv.isAarch64; 110 }; 111 }
··· 106 maintainers = with maintainers; [ fgaz ]; 107 platforms = platforms.all; 108 # https://github.com/LibreSprite/LibreSprite/issues/308 109 + broken = stdenv.isDarwin; 110 }; 111 }