9 buildPythonPackage rec {
14 inherit pname version;
15 hash = "sha256-aVmWbrBhZ49NfwOp23FD1dxZF+w/q26fIOVs7iQXUxo=";
19 # substitute libusb path
21 src = ./hardcode-libusb.patch;
22 libusb = "${pkgs.hidapi}/lib/libhidapi-libusb${stdenv.hostPlatform.extensions.sharedLibrary}";
26 pythonImportsCheck = [ "StreamDeck" ];
30 description = "Python library to control the Elgato Stream Deck";
31 homepage = "https://github.com/abcminiuser/python-elgato-streamdeck";
32 license = licenses.mit;
33 maintainers = with maintainers; [ majiir ];
34 broken = stdenv.isDarwin;