Skip to content

Commit

Permalink
xmlsec: fix build (re: nss update)
Browse files Browse the repository at this point in the history
  • Loading branch information
7c6f434c committed Oct 8, 2017
1 parent 76cec2d commit d66a340
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/libraries/xmlsec/default.nix
Expand Up @@ -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"
Expand Down

0 comments on commit d66a340

Please sign in to comment.