diff options
| author | Rick van Schijndel <rol3517@gmail.com> | 2022-05-29 10:19:53 +0200 |
|---|---|---|
| committer | Janne Heß <janne@hess.ooo> | 2022-05-30 14:19:03 +0200 |
| commit | 8d86a47ea16decd09f54298ac38879e3dd4af8e9 (patch) | |
| tree | b8677f80614f7cf1bd4e284372a7e25d34f619a2 | |
| parent | pqrs: mark broken (diff) | |
| download | nixpkgs-8d86a47ea16decd09f54298ac38879e3dd4af8e9.tar.gz | |
libresprite: mark broken on darwin
(cherry picked from commit da846421fc1ee9257871f65998358e23b923113d)
| -rw-r--r-- | pkgs/applications/editors/libresprite/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/libresprite/default.nix b/pkgs/applications/editors/libresprite/default.nix index 18fbf566876c..cc9da53f2b67 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; }; } |
