1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-16 17:13:21 +00:00

perl-packages: Fix syntax error

This commit is contained in:
Tuomas Tynkkynen 2017-03-18 20:03:39 +02:00
parent 68cf4d1dfc
commit cba956152f

View file

@ -13241,7 +13241,7 @@ let self = _self // overrides; _self = with self; {
doCheck=true;
meta = {
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;
};
};