mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
04558bf9d6
commit
ea67ccbf57
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue