From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:36191) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jKmvn-0003sx-Nv for guix-patches@gnu.org; Sat, 04 Apr 2020 13:50:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jKmvl-0007XO-KI for guix-patches@gnu.org; Sat, 04 Apr 2020 13:50:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33217) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jKmvl-0007X9-Gb for guix-patches@gnu.org; Sat, 04 Apr 2020 13:50:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jKmvl-0006Ei-F8 for guix-patches@gnu.org; Sat, 04 Apr 2020 13:50:05 -0400 Subject: [bug#40435] [PATCH 7/7] gnu: rubber: Make some inputs native. Resent-Message-ID: From: Vincent Legoll Date: Sat, 4 Apr 2020 19:49:22 +0200 Message-Id: <20200404174922.11481-7-vincent.legoll@gmail.com> In-Reply-To: <20200404174922.11481-1-vincent.legoll@gmail.com> References: <20200404174922.11481-1-vincent.legoll@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 40435@debbugs.gnu.org Cc: Vincent Legoll * gnu/packages/tex.scm (rubber)[inputs]: Move texinfo from here... [native-inputs]: ...to this new field. --- 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 e4346d1232..cd461314b5 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -12,6 +12,7 @@ ;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice ;;; Copyright © 2018 Danny Milosavljevic ;;; Copyright © 2018 Arun Isaac +;;; Copyright © 2020 Vincent Legoll ;;; ;;; 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") -- 2.26.0