xmlsec: fix build (re: nss update)

This commit is contained in:
Michael Raskin 2017-10-08 23:31:01 +02:00
parent 76cec2dfa6
commit d66a3404a6

@ -27,6 +27,7 @@ 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"