mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
[cpan2nix] perlPackages.MathGeometryVoronoi: cleanup
This commit is contained in:
parent
4aa6691fad
commit
9e2a5a9fcc
@ -8810,7 +8810,7 @@ let self = _self // overrides; _self = with self; {
|
||||
MathGeometryVoronoi = buildPerlPackage rec {
|
||||
name = "Math-Geometry-Voronoi-1.3";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/modules/by-module/Math/${name}.tar.gz";
|
||||
url = mirror://cpan/authors/id/S/SA/SAMTREGAR/Math-Geometry-Voronoi-1.3.tar.gz;
|
||||
sha256 = "0b206k2q5cznld45cjhgm0as0clc9hk135ds8qafbkl3k175w1vj";
|
||||
};
|
||||
propagatedBuildInputs = [ ClassAccessor ParamsValidate ];
|
||||
|
Loading…
Reference in New Issue
Block a user