mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: ratpoison: Reference xterm absolutely.
* gnu/packages/ratpoison.scm (ratpoison) [configure-flags]: Specify the '--with-xterm' configure flag. [inputs]: Add xterm.
This commit is contained in:
@@ -49,6 +49,11 @@
|
||||
(list
|
||||
#:modules `((ice-9 format)
|
||||
,@%gnu-build-system-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).
|
||||
#:configure-flags #~(list (string-append "--with-xterm="
|
||||
#$(this-package-input "xterm")))
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'install 'install-xsession
|
||||
@@ -78,7 +83,8 @@
|
||||
libxtst
|
||||
libx11
|
||||
readline
|
||||
xorgproto))
|
||||
xorgproto
|
||||
xterm))
|
||||
(native-inputs
|
||||
(list perl
|
||||
pkg-config))
|
||||
|
||||
Reference in New Issue
Block a user