summary refs log tree commit diff
path: root/nixos/modules/security/wrappers
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2021-01-14 09:00:34 +0000
committerGitHub <noreply@github.com>2021-01-14 09:00:34 +0000
commitdbd05a528960524b46cd40a81d9f86e400aed5fc (patch)
treec016475096fac2f06e3bb1af6f52b2d3d122b3a0 /nixos/modules/security/wrappers
parenteadffd915463ecbc93f7dc856b7059bd816e6b6a (diff)
downloadnixpkgs-dbd05a528960524b46cd40a81d9f86e400aed5fc.tar
nixpkgs-dbd05a528960524b46cd40a81d9f86e400aed5fc.tar.gz
nixpkgs-dbd05a528960524b46cd40a81d9f86e400aed5fc.tar.bz2
nixpkgs-dbd05a528960524b46cd40a81d9f86e400aed5fc.tar.lz
nixpkgs-dbd05a528960524b46cd40a81d9f86e400aed5fc.tar.xz
nixpkgs-dbd05a528960524b46cd40a81d9f86e400aed5fc.tar.zst
nixpkgs-dbd05a528960524b46cd40a81d9f86e400aed5fc.zip
Update nixos/modules/security/wrappers/wrapper.nix
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
Diffstat (limited to 'nixos/modules/security/wrappers')
-rw-r--r--nixos/modules/security/wrappers/wrapper.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/security/wrappers/wrapper.nix b/nixos/modules/security/wrappers/wrapper.nix
index e3ca2f653fa..e3620fb222d 100644
--- a/nixos/modules/security/wrappers/wrapper.nix
+++ b/nixos/modules/security/wrappers/wrapper.nix
@@ -7,7 +7,7 @@ stdenv.mkDerivation {
   dontUnpack = true;
   hardeningEnable = [ "pie" ];
   CFLAGS = [
-    "-DWRAPPER_DIR=\"${parentWrapperDir}\""
+    ''-DWRAPPER_DIR="${parentWrapperDir}"''
   ] ++ (if debug then [
     "-Werror" "-Og" "-g"
   ] else [