aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/notcurses.scm
Commit message (Collapse)AuthorAge
* gnu: notcurses: Update to 3.0.11.kiasoc52024-10-22
| | | | | | | * gnu/packages/notcurses.scm (notcurses): Update to 3.0.11. Change-Id: Ib182956e8f847ee94597ada8b12e8b6acf9de16f Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* Add some missing header comment header comments.Tobias Geerinckx-Rice2024-09-08
| | | | | | | | | | | | * 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
* gnu: notcurses: Enable building without pandoc.Efraim Flashner2023-06-03
| | | | | | | | * 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.
* gnu: notcurses: Update to 3.0.9.Antero Mejr2023-06-03
| | | | | | * gnu/packages/notcurses.scm (notcurses): Update to 3.0.9. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: notcurses: Adjust indentation.Marius Bakke2022-08-04
| | | | * gnu/packages/notcurses.scm (notcurses): Re-indent.
* gnu: notcurses: Use tarball source instead of git.Marius Bakke2022-08-04
| | | | * gnu/packages/notcurses.scm (notcurses)[source]: Use URL-FETCH.
* gnu: notcurses: Update to 3.0.8.Marius Bakke2022-08-04
| | | | | * gnu/packages/notcurses.scm (notcurses): Update to 3.0.8. [arguments]: Fix configure flag typo.
* gnu: Add notcurses.Blake Shaw2021-12-29
* gnu/packages/notcurses.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Leo Famulari <leo@famulari.name>