[cpan2nix] perlPackages.MouseXGetopt: cleanup
This commit is contained in:
parent
8890444ab4
commit
6c3fb8c084
1 changed files with 1 additions and 1 deletions
|
@ -9946,7 +9946,7 @@ let self = _self // overrides; _self = with self; {
|
|||
url = "mirror://cpan/authors/id/G/GF/GFUJI/${name}.tar.gz";
|
||||
sha256 = "a6221043e7be3217ce56d2a6425a413d9cd28e2f52053995a6ceb118e8e963bc";
|
||||
};
|
||||
buildInputs = [ ModuleBuildTiny Mouse MouseXConfigFromFile MouseXSimpleConfig TestException TestWarn ];
|
||||
buildInputs = [ ModuleBuildTiny MouseXConfigFromFile MouseXSimpleConfig TestException TestWarn ];
|
||||
propagatedBuildInputs = [ GetoptLongDescriptive Mouse ];
|
||||
meta = {
|
||||
homepage = https://github.com/gfx/mousex-getopt;
|
||||
|
|
Loading…
Reference in a new issue