snipes: mark as broken on Darwin

This commit is contained in:
Vladimir Panteleev 2024-04-05 22:10:41 +00:00
parent 681f7a7e6a
commit ff2abcc9b7
No known key found for this signature in database
GPG Key ID: 5004F0FAD051576D

View File

@ -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
};
}