libisds: avoid build failure after curl update
https://hydra.nixos.org/build/209890917 https://repo.or.cz/libisds.git/commit/25acc6d44db3eb5f944a6992336b00ae97c85e20
This commit is contained in:
parent
61d29782b3
commit
cbcd016672
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [ expat gpgme libgcrypt libxml2 libxslt curl docbook_xsl ];
|
buildInputs = [ expat gpgme libgcrypt libxml2 libxslt curl docbook_xsl ];
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = [ "-Wno-error=deprecated-declarations" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Client library for accessing SOAP services of Czech government-provided Databox infomation system";
|
description = "Client library for accessing SOAP services of Czech government-provided Databox infomation system";
|
||||||
homepage = "http://xpisar.wz.cz/libisds/";
|
homepage = "http://xpisar.wz.cz/libisds/";
|
||||||
|
|
Loading…
Reference in a new issue