~ruther/guix-local

7a898188fddc4788258894515c79ae62ad1ad766 — Tobias Geerinckx-Rice 2 years ago 5ef168f
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.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/w3m.scm
M gnu/packages/w3m.scm => gnu/packages/w3m.scm +2 -1
@@ 61,7 61,8 @@
     '(#: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