forked from mirrors/nixpkgs
Merge pull request #147227 from mitchmindtree/ardour-video-default
ardour: Enable video support by default
This commit is contained in:
commit
dfae03cfb9
|
@ -52,7 +52,7 @@
|
|||
, vamp-plugin-sdk
|
||||
, wafHook
|
||||
, xjadeo
|
||||
, videoSupport ? false
|
||||
, videoSupport ? true
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "ardour";
|
||||
|
|
Loading…
Reference in a new issue