summary refs log tree commit diff
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-07-08 19:41:16 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-07-11 21:06:22 -0300
commit1b81444be136f6dfd412a1577d03f64646bf3556 (patch)
tree65fefad2da5034a5e67cebf0e1fffe7c14820147
parent8dc06ce8e9c092b3ceeec9865afac68ae54e54cb (diff)
downloadnixpkgs-1b81444be136f6dfd412a1577d03f64646bf3556.tar
nixpkgs-1b81444be136f6dfd412a1577d03f64646bf3556.tar.gz
nixpkgs-1b81444be136f6dfd412a1577d03f64646bf3556.tar.bz2
nixpkgs-1b81444be136f6dfd412a1577d03f64646bf3556.tar.lz
nixpkgs-1b81444be136f6dfd412a1577d03f64646bf3556.tar.xz
nixpkgs-1b81444be136f6dfd412a1577d03f64646bf3556.tar.zst
nixpkgs-1b81444be136f6dfd412a1577d03f64646bf3556.zip
ares: mark as broken on Darwin
-rw-r--r--pkgs/applications/emulators/bsnes/ares/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/emulators/bsnes/ares/default.nix b/pkgs/applications/emulators/bsnes/ares/default.nix
index bd2311283c9..3cd8411f51c 100644
--- a/pkgs/applications/emulators/bsnes/ares/default.nix
+++ b/pkgs/applications/emulators/bsnes/ares/default.nix
@@ -86,6 +86,7 @@ stdenv.mkDerivation (finalAttrs: {
     license = lib.licenses.isc;
     maintainers = with lib.maintainers; [ Madouura AndersonTorres ];
     platforms = lib.platforms.unix;
+    broken = stdenv.isDarwin;
   };
 })
 # TODO: select between Qt and GTK3