handbrake: don't manually enableParallelBuilding

This is automatic for Meson builds.
launchpad/nixpkgs/master
Alyssa Ross 3 years ago
parent 6a1924c0aa
commit 427097c8c4
  1. 2
      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"

Loading…
Cancel
Save