···1515 nativeBuildInputs = [ pkg-config wafHook python3 ];
1616 buildInputs = [ cairo fftw gtkmm2 lv2 lvtk ];
17171818+ postPatch = ''
1919+ # U was removed in python 3.11 because it had no effect
2020+ substituteInPlace waflib/*.py \
2121+ --replace "m='rU" "m='r"
2222+ '';
2323+1824 meta = with lib; {
1925 description = "An LV2 port of the internal modules found in Alsa Modular Synth";
2026 homepage = "https://github.com/blablack/ams-lv2";