Skip to content

Commit

Permalink
Merge pull request #41004 from flokli/18.03-zziplib-0.13.69
Browse files Browse the repository at this point in the history
zziplib: 0.13.68 -> 0.13.69
  • Loading branch information
andir committed May 24, 2018
2 parents 5d70e5d + e6d143c commit 87e30d3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkgs/development/libraries/zziplib/default.nix
Expand Up @@ -2,19 +2,17 @@

stdenv.mkDerivation rec {
name = "zziplib-${version}";
version = "0.13.68";
version = "0.13.69";

src = fetchurl {
url = "https://github.com/gdraheim/zziplib/archive/v${version}.tar.gz";
sha256 = "0chhl6m02562z6c4hjy568mh11pbq2qngw6g2x924ajr8sdr2q4l";
sha256 = "0i052a7shww0fzsxrdp3rd7g4mbzx7324a8ysbc0br7frpblcql4";
};

postPatch = ''
sed -i -e s,--export-dynamic,, configure
'';

# TODO: still an issue: https://github.com/gdraheim/zziplib/issues/27

buildInputs = [ docbook_xml_dtd_412 perl python2 zip xmlto zlib ];

# tests are broken (https://github.com/gdraheim/zziplib/issues/20),
Expand Down

0 comments on commit 87e30d3

Please sign in to comment.