guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: dico: Make some inputs native.


From: guix-commits
Subject: 02/04: gnu: dico: Make some inputs native.
Date: Sat, 4 Apr 2020 06:46:00 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 5f98b84cd95480b392d4e86b437259c57d07c568
Author: Vincent Legoll <address@hidden>
AuthorDate: Sat Apr 4 12:08:07 2020 +0200

    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 <address@hidden>
---
 gnu/packages/dico.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/dico.scm b/gnu/packages/dico.scm
index f6ab568..44a7a21 100644
--- a/gnu/packages/dico.scm
+++ b/gnu/packages/dico.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2015, 2016, 2018 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2016, 2018 Efraim Flashner <address@hidden>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2020 Vincent Legoll <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -63,13 +64,13 @@
                     (lambda _
                       ;; Test '71: append + dooffs + env' fails if $V is not 2.
                       (invoke "make" "check" "V=2"))))))
+    (native-inputs `(("groff" ,groff)))
     (inputs
      `(("m4" ,m4)                                 ;used at run time
        ("pcre" ,pcre)
        ("python" ,python-2)
        ("guile" ,guile-2.2)
        ("gsasl" ,gsasl)
-       ("groff" ,groff)
        ("readline" ,readline)
        ("zlib" ,zlib)
        ("wordnet" ,wordnet)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]