python311Packages.streamdeck: unbreak on Darwin

This commit is contained in:
Malo Bourgon 2024-06-06 11:58:51 -07:00
parent 7759c2cc6c
commit 6858527eef

View File

@ -33,6 +33,5 @@ buildPythonPackage rec {
homepage = "https://github.com/abcminiuser/python-elgato-streamdeck";
license = licenses.mit;
maintainers = with maintainers; [ majiir ];
broken = stdenv.isDarwin;
};
}