1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00

[cpan2nix] perlPackages.UriGoogleChart: cleanup

This commit is contained in:
volth 2018-04-07 07:55:08 +00:00
parent f47c16b9ec
commit 811d872a86

View file

@ -15847,7 +15847,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/G/GA/GAAS/${name}.tar.gz";
sha256 = "00hq5cpsk7sa04n0wg52qhpqf9i2849yyvw2zk83ayh1qqpc50js";
};
buildInputs = [URI TestMore];
propagatedBuildInputs = [ URI ];
};
URIIMAP = buildPerlPackage {