Update nixos/modules/security/wrappers/wrapper.nix

Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
This commit is contained in:
Jörg Thalheim 2021-01-14 09:00:34 +00:00 committed by GitHub
parent eadffd9154
commit dbd05a5289
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ stdenv.mkDerivation {
dontUnpack = true;
hardeningEnable = [ "pie" ];
CFLAGS = [
"-DWRAPPER_DIR=\"${parentWrapperDir}\""
''-DWRAPPER_DIR="${parentWrapperDir}"''
] ++ (if debug then [
"-Werror" "-Og" "-g"
] else [