From 30e9e7bea5cf264c95d8d1d9d8ff53b82239e73c Mon Sep 17 00:00:00 2001 From: mitchmindtree Date: Wed, 24 Nov 2021 15:39:08 +1000 Subject: ardour: Enable video support by default Enables video support in ardour by default. I do a lot of sound design using ardour and in turn have it enabled in my configuration. However, seeing as hydra only builds the default configuration, the build I need is never cached, and I always end up needing to build ardour from scratch which takes over an hour on my small laptop. The `videoSupport` flag itself just ensures that xjadeo and harvid (both required for video support to work in ardour) are accessible via the PATH. --- pkgs/applications/audio/ardour/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/audio/ardour') diff --git a/pkgs/applications/audio/ardour/default.nix b/pkgs/applications/audio/ardour/default.nix index 2bd6cf03cc0..d5afcac86cd 100644 --- a/pkgs/applications/audio/ardour/default.nix +++ b/pkgs/applications/audio/ardour/default.nix @@ -52,7 +52,7 @@ , vamp-plugin-sdk , wafHook , xjadeo -, videoSupport ? false +, videoSupport ? true }: stdenv.mkDerivation rec { pname = "ardour"; -- cgit 1.4.1