[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: w3m: Add graphics support.
From: |
guix-commits |
Subject: |
01/02: gnu: w3m: Add graphics support. |
Date: |
Thu, 21 Sep 2023 21:15:01 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 7a898188fddc4788258894515c79ae62ad1ad766
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 17 02:00:00 2023 +0200
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.
---
gnu/packages/w3m.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/w3m.scm b/gnu/packages/w3m.scm
index 498bf0f111..065731092e 100644
--- a/gnu/packages/w3m.scm
+++ b/gnu/packages/w3m.scm
@@ -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