guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: xdg-utils: Use a pinned version of w3m.


From: guix-commits
Subject: 02/02: gnu: xdg-utils: Use a pinned version of w3m.
Date: Sun, 26 Mar 2023 16:01:34 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 9ec1af39e29d0fa95d4db4b5b8ef1cf3613c5956
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sun Mar 26 15:52:07 2023 -0400

    gnu: xdg-utils: Use a pinned version of w3m.
    
    * gnu/packages/freedesktop.scm (xdg-utils)[native-inputs]: Replace w3m with
    w3m-for-tests.
---
 gnu/packages/freedesktop.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 40edcfdab4..043d1ec92b 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -484,7 +484,7 @@ display servers.  It supports many different languages and 
emoji.")
              "1nai806smz3zcb2l5iny4x7li0fak0rzmjg6vlyhdqm8z25b166p"))))
     (build-system gnu-build-system)
     (native-inputs
-     (list docbook-xsl docbook-xml-4.1.2 libxslt w3m xmlto))
+     (list docbook-xsl docbook-xml-4.1.2 libxslt w3m-for-tests xmlto))
     (inputs
      `(("awk" ,gawk)
        ;; TODO(staging): Make this unconditional, to avoid canonical packages,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]