diff options
author | Björn Höfling <bjoern.hoefling@bjoernhoefling.de> | 2021-03-01 22:58:06 +0100 |
---|---|---|
committer | Björn Höfling <bjoern.hoefling@bjoernhoefling.de> | 2021-03-01 23:01:48 +0100 |
commit | d5ac66a2eee8ed33a9d9d79e15ec578eafd566d5 (patch) | |
tree | f0d05c8a47b4bd2866ae5b86db5eebcc97b4b9af | |
parent | baec2a0846496c15f972f91cbdad085130c25940 (diff) |
gnu: i3-wm: Use asciidoc-py3.
* gnu/packages/wm.scm (i3-wm)[inputs]: Remove asciidoc.
[native-inputs]: Add asciidoc-py3.
-rw-r--r-- | gnu/packages/wm.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |