diff options
author | Marius Bakke <marius@gnu.org> | 2021-05-18 19:35:14 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-05-18 22:23:49 +0200 |
commit | c2649f2811c4d2931a406f272c4af74dfd05cd1a (patch) | |
tree | f05746444ffea48aa7a76b4973a9755ea011db14 /gnu/packages/wm.scm | |
parent | e12919a4801306354a91faa4fd9320b54667d4ab (diff) | |
download | guix-c2649f2811c4d2931a406f272c4af74dfd05cd1a.tar.gz |
gnu: asciidoc: Remove Python 2 variant.
* gnu/packages/documentation.scm (asciidoc): Update to 9.1.0. [inputs]: Replace PYTHON-2 with PYTHON. (asciidoc-py3): Define as deprecated alias for ASCIIDOC. * gnu/packages/version-control.scm (git)[native-inputs]: Change from ASCIIDOC-PY3 to ASCIIDOC. * gnu/packages/wm.scm (i3-wm)[native-inputs]: Likewise.
Diffstat (limited to 'gnu/packages/wm.scm')
-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 da850acb00..c7a1c5a7ac 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -334,7 +334,7 @@ commands would.") `(("which" ,which) ("perl" ,perl) ("pkg-config" ,pkg-config) - ("asciidoc-py3" ,asciidoc-py3) + ("asciidoc" ,asciidoc) ;; For building the documentation. ("libxml2" ,libxml2) ("docbook-xsl" ,docbook-xsl))) |