summaryrefslogtreecommitdiffstats
path: root/pkgs/games
diff options
context:
space:
mode:
authorVladimir Panteleev <git@cy.md>2024-04-05 22:10:41 +0000
committerVladimir Panteleev <git@cy.md>2024-04-05 22:10:41 +0000
commitff2abcc9b7972092587889265b44b51b3de79120 (patch)
treebaf2401fbee08553db48d325702f9c881e134543 /pkgs/games
parent681f7a7e6a5bc4fe7a1168a68bc262076dcdebbc (diff)
snipes: mark as broken on Darwin
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/snipes/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/snipes/default.nix b/pkgs/games/snipes/default.nix
index 8eb140de0910..f978a1b71d7b 100644
--- a/pkgs/games/snipes/default.nix
+++ b/pkgs/games/snipes/default.nix
@@ -42,5 +42,6 @@ in stdenv.mkDerivation {
homepage = "https://www.vogons.org/viewtopic.php?f=7&t=49073";
license = licenses.free; # This reverse-engineered source code is released with the original authors' permission.
maintainers = with maintainers; [ peterhoeg cybershadow ];
+ broken = stdenv.isDarwin; # not supported upstream - https://github.com/Davidebyzero/Snipes/issues/8#issuecomment-433720046
};
}