summaryrefslogtreecommitdiff
path: root/gnu/packages/notcurses.scm
AgeCommit message (Collapse)Author
2024-10-22gnu: notcurses: Update to 3.0.11.kiasoc5
* gnu/packages/notcurses.scm (notcurses): Update to 3.0.11. Change-Id: Ib182956e8f847ee94597ada8b12e8b6acf9de16f Signed-off-by: Ludovic Courtès <[email protected]>
2024-09-08Add some missing header comment header comments.Tobias Geerinckx-Rice
* gnu/packages/minetest.scm: Add the ‘GNU Guix’ header comment. * gnu/packages/notcurses.scm: Likewise. * gnu/packages/presentation.scm: Likewise. * gnu/packages/solidity.scm: Likewise. * guix/build/minetest-build-system.scm: Likewise. * gnu/packages/vnc.scm: Add missing ‘;’. * guix/scripts/import/crate.scm: Remove leading newline. Change-Id: I5294e6067b9348f2929d823a07d4ec335eaa5ecd
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: 宋文武 <[email protected]>
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 <[email protected]>