Combine reaper with pipewire by default

This commit is contained in:
Martin Potier 2022-12-06 11:51:47 +02:00
parent 285cca830b
commit c5e3c89134
No known key found for this signature in database
GPG Key ID: D4DD957DBA4AD89E
1 changed files with 3 additions and 1 deletions

View File

@ -63,7 +63,9 @@ final: prev:
patchmatrix-samae = prev.callPackage ./patchmatrix {};
reaper-samae = prev.callPackage ./reaper {};
reaper-samae = prev.callPackage ./reaper {
jackLibrary = prev.pipewire.jack;
};
mopidy-mpd-samae = prev.callPackage ./mopidy-mpd {};