23 version = "0-unstable-2024-07-13";
25 src = fetchFromGitLab {
28 rev = "bbdab98ed282291b6e29a944359c360c9cca127e";
29 hash = "sha256-BllWeVmEkHQaZD9Ba7H0JMRlxVROJ8pkIiC2VXYiweA=";
37 python3.pkgs.wrapPython
55 # lv2specgen.py is not packaged in lv2 but required to build docs
56 mesonFlags = [ "-Ddocs=disabled" ];
64 wrapPythonProgramsIn "$out/bin" "$out $pythonPath"
65 wrapProgram "$out/bin/ingen" --set INGEN_UI_PATH "$out/share/ingen/ingen_gui.ui"
69 description = "Modular audio processing system using JACK and LV2 or LADSPA plugins";
70 homepage = "http://drobilla.net/software/ingen";
71 license = lib.licenses.agpl3Plus;
72 maintainers = with lib.maintainers; [ t4ccer ];
73 platforms = lib.platforms.linux;