mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
Revert "xmlsec: fix build (re: nss update)"
This reverts commit d66a3404a6
.
This commit is contained in:
parent
1fbf00f0ae
commit
f2ce15be9d
@ -27,7 +27,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
# otherwise libxmlsec1-gnutls.so won't find libgcrypt.so, after #909
|
# otherwise libxmlsec1-gnutls.so won't find libgcrypt.so, after #909
|
||||||
NIX_LDFLAGS = [ "-lgcrypt" ];
|
NIX_LDFLAGS = [ "-lgcrypt" ];
|
||||||
NIX_CFLAGS_COMPILE = [ "-I${nss.dev}/include/nss" ];
|
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
moveToOutput "bin/xmlsec1-config" "$dev"
|
moveToOutput "bin/xmlsec1-config" "$dev"
|
||||||
|
Loading…
Reference in New Issue
Block a user