mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
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
@ -24,6 +24,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ expat gpgme libgcrypt libxml2 libxslt curl docbook_xsl ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = [ "-Wno-error=deprecated-declarations" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Client library for accessing SOAP services of Czech government-provided Databox infomation system";
|
||||
homepage = "http://xpisar.wz.cz/libisds/";
|
||||
|
Loading…
Reference in New Issue
Block a user