about summary refs log tree commit diff
path: root/pkgs/applications/video/handbrake/default.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-05-09 20:19:50 +0000
committerAlyssa Ross <hi@alyssa.is>2021-05-12 11:57:35 +0000
commit427097c8c46eac45627ba219b15e71ab25d8b6a3 (patch)
tree7652dd140b487bb7ae37ce9863e13414d7befa91 /pkgs/applications/video/handbrake/default.nix
parent6a1924c0aa87333d947c8f5009bfea99b846b7c2 (diff)
handbrake: don't manually enableParallelBuilding
This is automatic for Meson builds.
Diffstat (limited to 'pkgs/applications/video/handbrake/default.nix')
-rw-r--r--pkgs/applications/video/handbrake/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/video/handbrake/default.nix b/pkgs/applications/video/handbrake/default.nix
index e14d902681dfd..faa3113690ad1 100644
--- a/pkgs/applications/video/handbrake/default.nix
+++ b/pkgs/applications/video/handbrake/default.nix
@@ -112,8 +112,6 @@ _EOF
   # look at ./make/configure.py search "enable_nvenc"
   ++ lib.optional stdenv.isLinux nv-codec-headers;
 
-  enableParallelBuilding = true;
-
   configureFlags = [
     "--disable-df-fetch"
     "--disable-df-verify"