guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: i3-wm: Use asciidoc-py3.


From: guix-commits
Subject: 02/02: gnu: i3-wm: Use asciidoc-py3.
Date: Mon, 1 Mar 2021 17:12:08 -0500 (EST)

hoebjo pushed a commit to branch master
in repository guix.

commit d5ac66a2eee8ed33a9d9d79e15ec578eafd566d5
Author: Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
AuthorDate: Mon Mar 1 22:58:06 2021 +0100

    gnu: i3-wm: Use asciidoc-py3.
    
    * gnu/packages/wm.scm (i3-wm)[inputs]: Remove asciidoc.
    [native-inputs]: Add asciidoc-py3.
---
 gnu/packages/wm.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 93189fc..a837e6d 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -320,7 +320,6 @@ commands would.")
        ("libxkbcommon" ,libxkbcommon)
        ("libev" ,libev)
        ("libyajl" ,libyajl)
-       ("asciidoc" ,asciidoc)
        ("xmlto" ,xmlto)
        ("perl-pod-simple" ,perl-pod-simple)
        ("libx11" ,libx11)
@@ -332,6 +331,7 @@ commands would.")
      `(("which" ,which)
        ("perl" ,perl)
        ("pkg-config" ,pkg-config)
+       ("asciidoc-py3" ,asciidoc-py3)
        ;; For building the documentation.
        ("libxml2" ,libxml2)
        ("docbook-xsl" ,docbook-xsl)))



reply via email to

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