Merge pull request #20041 from magnetophon/ardour

ardour5: add dummy backend, so Ardour Session Utilities get built
This commit is contained in:
Frederik Rietdijk 2016-11-02 13:41:17 +01:00 committed by GitHub
commit ea2907ad7a

View file

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
patchShebangs ./tools/
'';
configurePhase = "${python2.interpreter} waf configure --optimize --docs --with-backends=jack,alsa --prefix=$out";
configurePhase = "${python2.interpreter} waf configure --optimize --docs --with-backends=jack,alsa,dummy --prefix=$out";
buildPhase = "${python2.interpreter} waf";