about summary refs log tree commit diff
path: root/nixos/modules/services/networking/dnscrypt-proxy.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2015-02-02 21:14:28 -0500
committerShea Levy <shea@shealevy.com>2015-02-02 21:14:28 -0500
commitc45372f038bc89c69390bdbc6a4b0bfdb63b1423 (patch)
treedc8ebe44d7a1ad0dc01b938199db38ebc14fbdfb /nixos/modules/services/networking/dnscrypt-proxy.nix
parentacbf8eb5617bb601e81cdc783f941773032cf400 (diff)
parentcfb29ab882323d379aba20a95020c7c24f883eae (diff)
downloadnixlib-c45372f038bc89c69390bdbc6a4b0bfdb63b1423.tar
nixlib-c45372f038bc89c69390bdbc6a4b0bfdb63b1423.tar.gz
nixlib-c45372f038bc89c69390bdbc6a4b0bfdb63b1423.tar.bz2
nixlib-c45372f038bc89c69390bdbc6a4b0bfdb63b1423.tar.lz
nixlib-c45372f038bc89c69390bdbc6a4b0bfdb63b1423.tar.xz
nixlib-c45372f038bc89c69390bdbc6a4b0bfdb63b1423.tar.zst
nixlib-c45372f038bc89c69390bdbc6a4b0bfdb63b1423.zip
Merge commit 'cfb29ab882323d379aba20a95020c7c24f883eae'
Partial staging merge, including cc-wrapper fixes

Conflicts:
	pkgs/applications/audio/spotify/default.nix
	pkgs/build-support/cc-wrapper/default.nix
	pkgs/development/compilers/cryptol/1.8.x.nix
Diffstat (limited to 'nixos/modules/services/networking/dnscrypt-proxy.nix')
-rw-r--r--nixos/modules/services/networking/dnscrypt-proxy.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/dnscrypt-proxy.nix b/nixos/modules/services/networking/dnscrypt-proxy.nix
index 26549bfe6f14..d1b5fbedfa6f 100644
--- a/nixos/modules/services/networking/dnscrypt-proxy.nix
+++ b/nixos/modules/services/networking/dnscrypt-proxy.nix
@@ -103,7 +103,7 @@ in
           ${pkgs.tzdata}/share/zoneinfo/** r,
 
           ${dnscrypt-proxy}/share/dnscrypt-proxy/** r,
-          ${pkgs.gcc.gcc}/lib/libssp.so.* mr,
+          ${pkgs.gcc.cc}/lib/libssp.so.* mr,
           ${pkgs.libsodium}/lib/libsodium.so.* mr,
         }
       '')