Skip to content

Commit

Permalink
perlPackages.GitVersionCompare: init at 1.004
Browse files Browse the repository at this point in the history
  • Loading branch information
herrwiese committed Apr 29, 2019
1 parent d6ec946 commit 877a62d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -6438,6 +6438,19 @@ let
};
};

GitVersionCompare = buildPerlPackage rec {
name = "Git-Version-Compare-1.004";
src = fetchurl {
url = "mirror://cpan/authors/id/B/BO/BOOK/${name}.tar.gz";
sha256 = "63e8264ed351cb2371b47852a72366214164b5f3fad9dbd68309c7fc63d06491";
};
buildInputs = [ TestNoWarnings ];
meta = {
description = "Functions to compare Git versions";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};

Glib = buildPerlPackage rec {
name = "Glib-1.329";
src = fetchurl {
Expand Down

0 comments on commit 877a62d

Please sign in to comment.