gnu: screen: Remove unneeded configure flags.
* gnu/packages/screen.scm (screen)[arguments]: Remove --infodir and --mandir, which are no longer needed.
This commit is contained in:
parent
a7e7981c7d
commit
66f8f5f9c3
1 changed files with 3 additions and 10 deletions
|
|
@ -49,16 +49,9 @@
|
||||||
("perl" ,perl)))
|
("perl" ,perl)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(let ((out (assoc-ref %outputs "out")))
|
;; By default, screen supports 16 colors, but we want 256 when
|
||||||
(list
|
;; ~/.screenrc contains 'term xterm-256color'.
|
||||||
;; By default, man and info pages are put in PREFIX/{man,info},
|
'("--enable-colors256")))
|
||||||
;; but we want them in PREFIX/share/{man,info}.
|
|
||||||
(string-append "--mandir=" out "/share/man")
|
|
||||||
(string-append "--infodir=" out "/share/info")
|
|
||||||
|
|
||||||
;; By default, screen supports 16 colors, but we want 256 when
|
|
||||||
;; ~/.screenrc contains 'term xterm-256color'
|
|
||||||
"--enable-colors256"))))
|
|
||||||
(home-page "http://www.gnu.org/software/screen/")
|
(home-page "http://www.gnu.org/software/screen/")
|
||||||
(synopsis "Full-screen window manager providing multiple terminals")
|
(synopsis "Full-screen window manager providing multiple terminals")
|
||||||
(description
|
(description
|
||||||
|
|
|
||||||
Reference in a new issue