Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

libresprite: mark broken on darwin

(cherry picked from commit da846421fc1ee9257871f65998358e23b923113d)

authored by

Rick van Schijndel and committed by
Janne Heß
8d86a47e da3b873b

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