5 , gobject-introspection
15 python3Packages.buildPythonApplication rec {
16 pname = "openswitcher";
20 src = fetchFromSourcehut {
21 owner = "~martijnbraam";
24 hash = "sha256-VBuOnUVB6n8ahVtunubgao9jHPu9ncX0dhDT0PdSFhU=";
54 propagatedBuildInputs = with python3Packages; [
55 # for switcher-control, bmd-setup
61 # for openswitcher-proxy
66 install -Dm644 -t $out/lib/udev/rules.d/ $src/100-blackmagicdesign.rules
70 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
74 description = "Blackmagic Design mixer control application";
75 downloadPage = "https://git.sr.ht/~martijnbraam/pyatem";
76 homepage = "https://openswitcher.org/";
77 license = licenses.gpl3Only;
78 maintainers = with maintainers; [ hexa ];