[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: gtypist: Install the gtypist-mode Emacs major mode.
From: |
guix-commits |
Subject: |
01/07: gnu: gtypist: Install the gtypist-mode Emacs major mode. |
Date: |
Tue, 26 Sep 2023 11:33:37 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit cd22a80e434fd9d39506872a8b221bf887a73afd
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Sep 23 09:40:20 2023 -0400
gnu: gtypist: Install the gtypist-mode Emacs major mode.
* gnu/packages/games.scm (gtypist) [source]: Delete trailing #t in snippet.
[native-inputs]: Add emacs-minimal.
---
gnu/packages/games.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 0b7518c2c2..3976316300 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -128,6 +128,7 @@
#:use-module (gnu packages cyrus-sasl)
#:use-module (gnu packages documentation)
#:use-module (gnu packages docbook)
+ #:use-module (gnu packages emacs)
#:use-module (gnu packages emulators)
#:use-module (gnu packages flex)
#:use-module (gnu packages fltk)
@@ -3778,9 +3779,9 @@ Portable Game Notation.")
(substitute* file
(("ncursesw/ncurses.h")
"ncurses.h")))
- (find-files "." "configure$|\\.c$"))
- #t))))
+ (find-files "." "configure$|\\.c$"))))))
(build-system gnu-build-system)
+ (native-inputs (list emacs-minimal))
(inputs (list ncurses perl))
(home-page "https://www.gnu.org/software/gtypist/")
(synopsis "Typing tutor")
- branch master updated (b2887da40c -> 4d904f2b16), guix-commits, 2023/09/26
- 02/07: gnu: capstone: Update to 5.0.1., guix-commits, 2023/09/26
- 05/07: gnu: Add tracy-wayland., guix-commits, 2023/09/26
- 04/07: gnu: glfw: Patch dlopen calls., guix-commits, 2023/09/26
- 03/07: gnu: imgui: Enable freetype support., guix-commits, 2023/09/26
- 06/07: gnu: Add tracy., guix-commits, 2023/09/26
- 01/07: gnu: gtypist: Install the gtypist-mode Emacs major mode.,
guix-commits <=
- 07/07: gnu: imgui: Update to 1.89.9., guix-commits, 2023/09/26