doc and remove superfluous toString
This commit is contained in:
parent
ed077f6818
commit
c729ec59a9
@ -108,7 +108,7 @@ _EOF
|
|||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--harden"
|
"--harden" # enable buffer overflow protection
|
||||||
"--disable-df-fetch"
|
"--disable-df-fetch"
|
||||||
"--disable-df-verify"
|
"--disable-df-verify"
|
||||||
(if useGtk then "--disable-gtk-update-checks" else "--disable-gtk")
|
(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
|
# NOTE: 2018-12-27: Check NixOS HandBrake test if changing
|
||||||
NIX_LDFLAGS = toString [
|
NIX_LDFLAGS = [
|
||||||
"-lx265"
|
"-lx265"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user