mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
perl-packages: Fix syntax error
This commit is contained in:
parent
68cf4d1dfc
commit
cba956152f
1 changed files with 1 additions and 1 deletions
|
@ -13241,7 +13241,7 @@ let self = _self // overrides; _self = with self; {
|
||||||
doCheck=true;
|
doCheck=true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://web-cpan.shlomifish.org/modules/Test-Run/;
|
homepage = http://web-cpan.shlomifish.org/modules/Test-Run/;
|
||||||
description = "Make the file verdict ("ok", "NOT OK")";
|
description = "Make the file verdict ('ok', 'NOT OK')";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue