diff options
author | Leo Famulari <leo@famulari.name> | 2023-03-26 15:52:07 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-03-26 16:01:03 -0400 |
commit | 9ec1af39e29d0fa95d4db4b5b8ef1cf3613c5956 (patch) | |
tree | 82b4b490f30d6faa7d439e6581227f0e0175f902 | |
parent | d9ea98027952dd34f85a7fcce5eb2c10e33a1b4e (diff) | |
download | guix-9ec1af39e29d0fa95d4db4b5b8ef1cf3613c5956.tar.gz |
gnu: xdg-utils: Use a pinned version of w3m.
* gnu/packages/freedesktop.scm (xdg-utils)[native-inputs]: Replace w3m with w3m-for-tests.
-rw-r--r-- | gnu/packages/freedesktop.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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, |