Skip to content

Commit

Permalink
perlPackages.ConfigIniFiles: init at 2.94
Browse files Browse the repository at this point in the history
  • Loading branch information
limeytexan authored and rycee committed Mar 18, 2018
1 parent b5c8839 commit 2d8a808
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2349,6 +2349,21 @@ let self = _self // overrides; _self = with self; {
};
};

ConfigIniFiles = buildPerlPackage rec {
name = "Config-IniFiles-2.94";
src = fetchurl {
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
sha256 = "d6d38a416da79de874c5f1825221f22e972ad500b6527d190cc6e9ebc45194b4";
};
buildInputs = [ ModuleBuild perl ];
propagatedBuildInputs = [ IOstringy ];
meta = {
description = "A module for reading .ini-style configuration files";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.limeytexan ];
};
};

ConfigMerge = buildPerlPackage {
name = "Config-Merge-1.04";
src = fetchurl {
Expand Down

0 comments on commit 2d8a808

Please sign in to comment.