gnu: dico: Make some inputs native.

* gnu/packages/dico.scm (dico)[inputs]: Move groff from here...
[native-inputs]: ...to this new field.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
This commit is contained in:
Vincent Legoll 2020-04-04 12:08:07 +02:00 committed by Mathieu Othacehe
parent 6e834bdd9f
commit 5f98b84cd9
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -2,6 +2,7 @@
;;; Copyright © 2015, 2016, 2018 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2015, 2016, 2018 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2016, 2018 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2016, 2018 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -63,13 +64,13 @@ (define-public dico
(lambda _ (lambda _
;; Test '71: append + dooffs + env' fails if $V is not 2. ;; Test '71: append + dooffs + env' fails if $V is not 2.
(invoke "make" "check" "V=2")))))) (invoke "make" "check" "V=2"))))))
(native-inputs `(("groff" ,groff)))
(inputs (inputs
`(("m4" ,m4) ;used at run time `(("m4" ,m4) ;used at run time
("pcre" ,pcre) ("pcre" ,pcre)
("python" ,python-2) ("python" ,python-2)
("guile" ,guile-2.2) ("guile" ,guile-2.2)
("gsasl" ,gsasl) ("gsasl" ,gsasl)
("groff" ,groff)
("readline" ,readline) ("readline" ,readline)
("zlib" ,zlib) ("zlib" ,zlib)
("wordnet" ,wordnet) ("wordnet" ,wordnet)