Update nixos/modules/security/wrappers/wrapper.nix
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
This commit is contained in:
parent
eadffd9154
commit
dbd05a5289
@ -7,7 +7,7 @@ stdenv.mkDerivation {
|
|||||||
dontUnpack = true;
|
dontUnpack = true;
|
||||||
hardeningEnable = [ "pie" ];
|
hardeningEnable = [ "pie" ];
|
||||||
CFLAGS = [
|
CFLAGS = [
|
||||||
"-DWRAPPER_DIR=\"${parentWrapperDir}\""
|
''-DWRAPPER_DIR="${parentWrapperDir}"''
|
||||||
] ++ (if debug then [
|
] ++ (if debug then [
|
||||||
"-Werror" "-Og" "-g"
|
"-Werror" "-Og" "-g"
|
||||||
] else [
|
] else [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user