12 stdenv.mkDerivation rec {
17 url = "http://xpisar.wz.cz/${pname}/dist/${pname}-${version}.tar.xz";
18 sha256 = "sha256-YUb4N7J7EaYHHiFI965kUhtNitRTJfmY/ns3MTfkGPs=";
22 "--with-docbook-xsl-stylesheets=${docbook_xsl}/xml/xsl/docbook"
25 buildInputs = [ expat gpgme libgcrypt libxml2 libxslt curl docbook_xsl ];
27 NIX_CFLAGS_COMPILE = [ "-Wno-error=deprecated-declarations" ];
30 description = "Client library for accessing SOAP services of Czech government-provided Databox infomation system";
31 homepage = "http://xpisar.wz.cz/libisds/";
32 license = licenses.lgpl3;
33 maintainers = [ maintainers.mmahut ];
34 platforms = platforms.linux;