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