From: Björn Höfling Date: Mon, 1 Mar 2021 21:58:06 +0000 (+0100) Subject: gnu: i3-wm: Use asciidoc-py3. X-Git-Url: https://git.hcoop.net/jackhill/guix/guix.git/commitdiff_plain/d5ac66a2eee8ed33a9d9d79e15ec578eafd566d5 gnu: i3-wm: Use asciidoc-py3. * gnu/packages/wm.scm (i3-wm)[inputs]: Remove asciidoc. [native-inputs]: Add asciidoc-py3. --- diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 93189fc90b..a837e6d20b 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)))