aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/xmlsec
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2017-10-09 20:51:30 +0200
committerRobin Gloster <mail@glob.in>2017-10-09 20:51:30 +0200
commitf2ce15be9d4a943e745856cc197b906466b36f6e (patch)
treef32a4871ec11cde6d723994a6a7ddfe153e17017 /pkgs/development/libraries/xmlsec
parent1fbf00f0ae01d3234864208ecba934f11d185b7f (diff)
Revert "xmlsec: fix build (re: nss update)"
This reverts commit d66a3404a62629f91cd25fd696ea92b18328fc95.
Diffstat (limited to 'pkgs/development/libraries/xmlsec')
-rw-r--r--pkgs/development/libraries/xmlsec/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/libraries/xmlsec/default.nix b/pkgs/development/libraries/xmlsec/default.nix
index 264a377cb25e..32ce856eddd3 100644
--- a/pkgs/development/libraries/xmlsec/default.nix
+++ b/pkgs/development/libraries/xmlsec/default.nix
@@ -27,7 +27,6 @@ stdenv.mkDerivation rec {
# otherwise libxmlsec1-gnutls.so won't find libgcrypt.so, after #909
NIX_LDFLAGS = [ "-lgcrypt" ];
- NIX_CFLAGS_COMPILE = [ "-I${nss.dev}/include/nss" ];
postInstall = ''
moveToOutput "bin/xmlsec1-config" "$dev"