Skip to content

Commit

Permalink
perlPackages.CompressRawZlib: 2.071 -> 2.074
Browse files Browse the repository at this point in the history
  • Loading branch information
volth authored and rycee committed Aug 19, 2017
1 parent ecb492c commit 0e5ff82
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pkgs/development/perl-modules/Compress-Raw-Zlib/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ fetchurl, buildPerlPackage, zlib, stdenv }:

buildPerlPackage rec {
name = "Compress-Raw-Zlib-2.071";
name = "Compress-Raw-Zlib-2.074";

src = fetchurl {
url = "mirror://cpan/authors/id/P/PM/PMQS/${name}.tar.gz";
sha256 = "0dk7pcmhnl7n811q3p4rrz5ijdhz6jx367h6rypgvg1y39z4arfs";
sha256 = "08bpx9v6i40n54rdcj6invlj294z20amrl8wvwf9b83aldwdwsd3";
};

preConfigure = ''
Expand All @@ -18,9 +18,7 @@ buildPerlPackage rec {
EOF
'';

# Try untested for now. Upstream bug:
# https://rt.cpan.org/Public/Bug/Display.html?id=119762
doCheck = false && !stdenv.isDarwin;
doCheck = !stdenv.isDarwin;

meta = {
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
Expand Down

0 comments on commit 0e5ff82

Please sign in to comment.