[cpan2nix] perlPackages.URIws: cleanup
This commit is contained in:
parent
b7169388e0
commit
f47c16b9ec
|
@ -15879,7 +15879,6 @@ let self = _self // overrides; _self = with self; {
|
||||||
url = "mirror://cpan/authors/id/P/PL/PLICEASE/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/P/PL/PLICEASE/${name}.tar.gz";
|
||||||
sha256 = "6e6b0e4172acb6a53c222639c000608c2dd61d50848647482ac8600d50e541ef";
|
sha256 = "6e6b0e4172acb6a53c222639c000608c2dd61d50848647482ac8600d50e541ef";
|
||||||
};
|
};
|
||||||
buildInputs = [ URI ];
|
|
||||||
propagatedBuildInputs = [ URI ];
|
propagatedBuildInputs = [ URI ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://perl.wdlabs.com/URI-ws/;
|
homepage = http://perl.wdlabs.com/URI-ws/;
|
||||||
|
|
Loading…
Reference in New Issue