summaryrefslogtreecommitdiff
path: root/gnu/packages/notcurses.scm
AgeCommit message (Collapse)Author
2023-06-03gnu: notcurses: Enable building without pandoc.Efraim Flashner
* gnu/packages/notcurses.scm (notcurses)[arguments]: Adjust configure-flags to not use pandoc on systems where pandoc isn't supported. [native-inputs]: Don't include pandoc on systems where it isn't supported.
2023-06-03gnu: notcurses: Update to 3.0.9.Antero Mejr
* gnu/packages/notcurses.scm (notcurses): Update to 3.0.9. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-04gnu: notcurses: Adjust indentation.Marius Bakke
* gnu/packages/notcurses.scm (notcurses): Re-indent.
2022-08-04gnu: notcurses: Use tarball source instead of git.Marius Bakke
* gnu/packages/notcurses.scm (notcurses)[source]: Use URL-FETCH.
2022-08-04gnu: notcurses: Update to 3.0.8.Marius Bakke
* gnu/packages/notcurses.scm (notcurses): Update to 3.0.8. [arguments]: Fix configure flag typo.
2021-12-29gnu: Add notcurses.Blake Shaw
* gnu/packages/notcurses.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Leo Famulari <leo@famulari.name>