forked from mirrors/nixpkgs
ardour5: add dummy backend, so Ardour Session Utilities get built
This commit is contained in:
parent
ecbb932957
commit
2d62522c53
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue