diff options
author | Julien Lepiller <julien@lepiller.eu> | 2018-03-02 23:11:46 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2018-04-19 21:30:49 +0200 |
commit | 76fa5e042b8b3b7f562bad16be048f5784a2f000 (patch) | |
tree | 9bf5a739d875e7679e7d5a655f0a3fa6018fe019 /gnu | |
parent | b9fe8fd662180e64156d2b95a671242c20f0acfc (diff) | |
download | patches-76fa5e042b8b3b7f562bad16be048f5784a2f000.tar patches-76fa5e042b8b3b7f562bad16be048f5784a2f000.tar.gz |
gnu: guix: Add po4a input.
* gnu/packages/package-management.scm (guix)[inputs]: Add po4a.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/package-management.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm index 9a5f73a1fe..a08bfaf5b7 100644 --- a/gnu/packages/package-management.scm +++ b/gnu/packages/package-management.scm @@ -5,6 +5,7 @@ ;;; Copyright © 2017 Oleg Pykhalov <go.wigust@gmail.com> ;;; Copyright © 2017 Roel Janssen <roel@gnu.org> ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2018 Julien Lepiller <julien@lepiller.eu> ;;; ;;; This file is part of GNU Guix. ;;; @@ -244,7 +245,8 @@ ("gettext" ,gettext-minimal) ("texinfo" ,texinfo) ("graphviz" ,graphviz) - ("help2man" ,help2man))) + ("help2man" ,help2man) + ("po4a" ,po4a))) (inputs `(("bzip2" ,bzip2) ("gzip" ,gzip) |