···66 fetchSubmodules = true;
67 };
6800000069 # Linux builds are sandboxed properly, this always returns "localhost" there.
70 # Darwin builds doesn't have the same amount of sandboxing by default, and the builder's hostname is returned.
71 # In case this ever gets embedded into VersionInfoBld.cpp, hardcode it to the Linux value
···66 fetchSubmodules = true;
67 };
6869+ patches = [
70+ # Fix compatibility with pipewire's JACK emulation
71+ # https://github.com/BespokeSynth/BespokeSynth/issues/1405#issuecomment-1721437868
72+ ./2001-bespokesynth-fix-pipewire-jack.patch
73+ ];
74+75 # Linux builds are sandboxed properly, this always returns "localhost" there.
76 # Darwin builds doesn't have the same amount of sandboxing by default, and the builder's hostname is returned.
77 # In case this ever gets embedded into VersionInfoBld.cpp, hardcode it to the Linux value