mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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 <dannym@scratchpost.org>
This commit is contained in:
parent
525e83ec83
commit
5a46779e9f
1 changed files with 3 additions and 2 deletions
|
@ -12,6 +12,7 @@
|
||||||
;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2018 Danny Milosavljevic <dannym+a@scratchpost.org>
|
;;; Copyright © 2018 Danny Milosavljevic <dannym+a@scratchpost.org>
|
||||||
;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
|
;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
|
||||||
|
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -6132,8 +6133,8 @@ (define-public rubber
|
||||||
"1xbkv8ll889933gyi2a5hj7hhh216k04gn8fwz5lfv5iz8s34gbq"))))
|
"1xbkv8ll889933gyi2a5hj7hhh216k04gn8fwz5lfv5iz8s34gbq"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments '(#:tests? #f)) ; no `check' target
|
(arguments '(#:tests? #f)) ; no `check' target
|
||||||
(inputs `(("texinfo" ,texinfo)
|
(native-inputs `(("texinfo" ,texinfo)))
|
||||||
("python" ,python-2) ; incompatible with Python 3 (print syntax)
|
(inputs `(("python" ,python-2) ; incompatible with Python 3 (print syntax)
|
||||||
("which" ,which)))
|
("which" ,which)))
|
||||||
(home-page "https://launchpad.net/rubber")
|
(home-page "https://launchpad.net/rubber")
|
||||||
(synopsis "Wrapper for LaTeX and friends")
|
(synopsis "Wrapper for LaTeX and friends")
|
||||||
|
|
Loading…
Reference in a new issue