guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: rubber: Make some inputs native.


From: guix-commits
Subject: 06/06: gnu: rubber: Make some inputs native.
Date: Sat, 4 Apr 2020 14:19:31 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 5a46779e9f418b89137b315ba15d5c5ea30ca540
Author: Vincent Legoll <address@hidden>
AuthorDate: Sat Apr 4 19:49:22 2020 +0200

    gnu: rubber: Make some inputs native.
    
    * gnu/packages/tex.scm (rubber)[inputs]: Move texinfo from here...
    [native-inputs]: ...to this new field.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/packages/tex.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e4346d1..cd46131 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12,6 +12,7 @@
 ;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2018 Danny Milosavljevic <address@hidden>
 ;;; Copyright © 2018 Arun Isaac <address@hidden>
+;;; Copyright © 2020 Vincent Legoll <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -6132,8 +6133,8 @@ other things it comes with full Unicode support.")
                "1xbkv8ll889933gyi2a5hj7hhh216k04gn8fwz5lfv5iz8s34gbq"))))
     (build-system gnu-build-system)
     (arguments '(#:tests? #f))                    ; no `check' target
-    (inputs `(("texinfo" ,texinfo)
-              ("python" ,python-2) ; incompatible with Python 3 (print syntax)
+    (native-inputs `(("texinfo" ,texinfo)))
+    (inputs `(("python" ,python-2) ; incompatible with Python 3 (print syntax)
               ("which" ,which)))
     (home-page "https://launchpad.net/rubber";)
     (synopsis "Wrapper for LaTeX and friends")



reply via email to

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