mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: w3m: Add graphics support.
This increases the closure by a whopping 0.1 MiB. * gnu/packages/w3m.scm (w3m)[arguments]: Add "-enable-image=fb,x11" to the #:configure-flags.
This commit is contained in:
parent
5ef168f91c
commit
7a898188fd
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@ (define-public w3m
|
|||
'(#:tests? #f ; no check target
|
||||
;; Use $EDITOR instead of a hard-coded value.
|
||||
#:configure-flags (list "--with-editor="
|
||||
"--with-imagelib=imlib2")
|
||||
"--with-imagelib=imlib2"
|
||||
"--enable-image=fb,x11")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'configure 'fix-perl
|
||||
|
|
Loading…
Reference in a new issue