From c729ec59a9d7ef93eb556c6132f7067a0cc0f372 Mon Sep 17 00:00:00 2001 From: Peter Hoeg Date: Tue, 19 May 2020 21:50:39 +0800 Subject: doc and remove superfluous toString --- pkgs/applications/video/handbrake/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/video/handbrake/default.nix') diff --git a/pkgs/applications/video/handbrake/default.nix b/pkgs/applications/video/handbrake/default.nix index 2ece8857abaef..3966ee6dd3c0e 100644 --- a/pkgs/applications/video/handbrake/default.nix +++ b/pkgs/applications/video/handbrake/default.nix @@ -108,7 +108,7 @@ _EOF enableParallelBuilding = true; configureFlags = [ - "--harden" + "--harden" # enable buffer overflow protection "--disable-df-fetch" "--disable-df-verify" (if useGtk then "--disable-gtk-update-checks" else "--disable-gtk") @@ -117,7 +117,7 @@ _EOF ]; # NOTE: 2018-12-27: Check NixOS HandBrake test if changing - NIX_LDFLAGS = toString [ + NIX_LDFLAGS = [ "-lx265" ]; -- cgit 1.4.1