From ea67ccbf57a0b6e3e7f84b631b9181ae502e7b20 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 9 Oct 2023 12:06:04 -0400 Subject: [PATCH] gnu: ratpoison: Import the correct set of modules. * gnu/packages/ratpoison.scm (ratpoison) [arguments] : Replace %default-gnu-imported-modules with %default-gnu-modules. Change-Id: I75acbee62734233a0f037837ecf83fa0ec1bc8f5 --- gnu/packages/ratpoison.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/ratpoison.scm b/gnu/packages/ratpoison.scm index b39b679b7e..6c8915f06e 100644 --- a/gnu/packages/ratpoison.scm +++ b/gnu/packages/ratpoison.scm @@ -48,7 +48,7 @@ (define-public ratpoison (arguments (list #:modules `((ice-9 format) - ,@%default-gnu-imported-modules) + ,@%default-gnu-modules) ;; Specify the absolute location of xterm, as the user experience sucks ;; when no terminal is available (can't consult help with 'C-t ?', for ;; example).