me
/
guix
Archived
1
0
Fork 0

gnu: ratpoison: Fix reference to xterm.

The xterm binary must be provided to --with-xterm, not its installation
prefix.

* gnu/packages/ratpoison.scm (ratpoison) [configure-flags]: Adjust
--with-xterm flag value.
master
Maxim Cournoyer 2022-11-17 12:45:45 -05:00
parent bb4d32b655
commit 983906ab72
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 3 additions and 2 deletions

View File

@ -52,8 +52,9 @@
;; 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")))
#:configure-flags
#~(list (string-append "--with-xterm="
(search-input-file %build-inputs "bin/xterm")))
#:phases
#~(modify-phases %standard-phases
(add-after 'install 'install-xsession