Merge pull request #20041 from magnetophon/ardour

ardour5: add dummy backend, so Ardour Session Utilities get built

authored by Frederik Rietdijk and committed by GitHub ea2907ad 83078762

+1 -1
+1 -1
pkgs/applications/audio/ardour/default.nix
··· 47 patchShebangs ./tools/ 48 ''; 49 50 - configurePhase = "${python2.interpreter} waf configure --optimize --docs --with-backends=jack,alsa --prefix=$out"; 51 52 buildPhase = "${python2.interpreter} waf"; 53
··· 47 patchShebangs ./tools/ 48 ''; 49 50 + configurePhase = "${python2.interpreter} waf configure --optimize --docs --with-backends=jack,alsa,dummy --prefix=$out"; 51 52 buildPhase = "${python2.interpreter} waf"; 53