gnu: ratpoison: Import the correct set of modules.

* gnu/packages/ratpoison.scm (ratpoison) [arguments]
<modules>: Replace %default-gnu-imported-modules with %default-gnu-modules.

Change-Id: I75acbee62734233a0f037837ecf83fa0ec1bc8f5
This commit is contained in:
Maxim Cournoyer 2023-10-09 12:06:04 -04:00 committed by Ludovic Courtès
parent 04558bf9d6
commit ea67ccbf57
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -48,7 +48,7 @@ (define-public ratpoison
(arguments (arguments
(list (list
#:modules `((ice-9 format) #:modules `((ice-9 format)
,@%default-gnu-imported-modules) ,@%default-gnu-modules)
;; Specify the absolute location of xterm, as the user experience sucks ;; Specify the absolute location of xterm, as the user experience sucks
;; when no terminal is available (can't consult help with 'C-t ?', for ;; when no terminal is available (can't consult help with 'C-t ?', for
;; example). ;; example).