3
0
Fork 0
forked from mirrors/nixpkgs

Revert "xmlsec: fix build (re: nss update)"

This reverts commit d66a3404a6.
This commit is contained in:
Robin Gloster 2017-10-09 20:51:30 +02:00
parent 1fbf00f0ae
commit f2ce15be9d
No known key found for this signature in database
GPG key ID: D5C458DF6DD97EDF

View file

@ -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"