···15 nativeBuildInputs = [ pkg-config wafHook python3 ];
16 buildInputs = [ cairo fftw gtkmm2 lv2 lvtk ];
1700000018 meta = with lib; {
19 description = "An LV2 port of the internal modules found in Alsa Modular Synth";
20 homepage = "https://github.com/blablack/ams-lv2";
···15 nativeBuildInputs = [ pkg-config wafHook python3 ];
16 buildInputs = [ cairo fftw gtkmm2 lv2 lvtk ];
1718+ postPatch = ''
19+ # U was removed in python 3.11 because it had no effect
20+ substituteInPlace waflib/*.py \
21+ --replace "m='rU" "m='r"
22+ '';
23+24 meta = with lib; {
25 description = "An LV2 port of the internal modules found in Alsa Modular Synth";
26 homepage = "https://github.com/blablack/ams-lv2";