You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm maintaining the tasknc nixpkgs package definition and when updating to the latest release I get the following build error:
pod2man --section=1 --center="tasknc Manual" --name="tasknc" --release="tasknc 0.8" README.pod > tasknc.1
README.pod around line 44: Expected text after =item, not a bullet
README.pod around line 154: Expected text after =item, not a bullet
README.pod around line 158: Expected text after =item, not a bullet
README.pod around line 202: Expected text after =item, not a bullet
README.pod around line 206: Expected text after =item, not a bullet
README.pod around line 210: Expected text after =item, not a bullet
README.pod around line 214: Expected text after =item, not a bullet
README.pod around line 218: Expected text after =item, not a bullet
README.pod around line 222: Expected text after =item, not a bullet
README.pod around line 226: Expected text after =item, not a bullet
README.pod around line 230: Expected text after =item, not a bullet
README.pod around line 234: Expected text after =item, not a bullet
README.pod around line 238: Expected text after =item, not a bullet
README.pod around line 242: Expected text after =item, not a bullet
README.pod around line 246: Expected text after =item, not a bullet
README.pod around line 250: Expected text after =item, not a bullet
README.pod around line 254: Expected text after =item, not a bullet
README.pod around line 258: Expected text after =item, not a bullet
README.pod around line 262: Expected text after =item, not a bullet
README.pod around line 266: Expected text after =item, not a bullet
README.pod around line 270: Expected text after =item, not a bullet
README.pod around line 274: Expected text after =item, not a bullet
README.pod around line 278: Expected text after =item, not a bullet
README.pod around line 282: Expected text after =item, not a bullet
README.pod around line 286: Expected text after =item, not a bullet
README.pod around line 304: Expected text after =item, not a bullet
README.pod around line 308: Expected text after =item, not a bullet
README.pod around line 312: Expected text after =item, not a bullet
README.pod around line 316: Expected text after =item, not a bullet
README.pod around line 320: Expected text after =item, not a bullet
README.pod around line 324: Expected text after =item, not a bullet
README.pod around line 328: Expected text after =item, not a bullet
README.pod around line 332: Expected text after =item, not a bullet
README.pod around line 336: Expected text after =item, not a bullet
README.pod around line 348: Expected text after =item, not a bullet
README.pod around line 352: Expected text after =item, not a bullet
README.pod around line 356: Expected text after =item, not a bullet
README.pod around line 360: Expected text after =item, not a bullet
README.pod around line 364: Expected text after =item, not a bullet
README.pod around line 382: Expected text after =item, not a bullet
README.pod around line 388: Expected text after =item, not a bullet
README.pod around line 392: Expected text after =item, not a bullet
README.pod around line 396: Expected text after =item, not a bullet
README.pod around line 400: Expected text after =item, not a bullet
README.pod around line 404: Expected text after =item, not a bullet
README.pod around line 420: Expected text after =item, not a bullet
README.pod around line 426: Expected text after =item, not a bullet
README.pod around line 430: Expected text after =item, not a bullet
README.pod around line 434: Expected text after =item, not a bullet
README.pod around line 438: Expected text after =item, not a bullet
README.pod around line 442: Expected text after =item, not a bullet
README.pod around line 446: Expected text after =item, not a bullet
README.pod around line 458: Expected text after =item, not a bullet
README.pod around line 470: Expected text after =item, not a bullet
README.pod around line 474: Expected text after =item, not a bullet
README.pod around line 478: Expected text after =item, not a bullet
README.pod around line 488: Expected text after =item, not a bullet
README.pod around line 492: Expected text after =item, not a bullet
POD document had syntax errors at /nix/store/kiapz3kjvb46jbvswdjkmrzg0s4l2zm7-perl-5.28.1/bin/pod2man line 71.
make: *** [Makefile:27: tasknc.1] Error 255
The text was updated successfully, but these errors were encountered:
Hi,
I'm maintaining the
tasknc
nixpkgs package definition and when updating to the latest release I get the following build error:The text was updated successfully, but these errors were encountered: