From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:36139) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jKmvj-0003p8-TF for guix-patches@gnu.org; Sat, 04 Apr 2020 13:50:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jKmvi-0007Up-Tu for guix-patches@gnu.org; Sat, 04 Apr 2020 13:50:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33212) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jKmvi-0007Uj-QX for guix-patches@gnu.org; Sat, 04 Apr 2020 13:50:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jKmvi-0006Dz-PW for guix-patches@gnu.org; Sat, 04 Apr 2020 13:50:02 -0400 Subject: [bug#40435] [PATCH 2/7] gnu: man-db: Make some inputs native. Resent-Message-ID: From: Vincent Legoll Date: Sat, 4 Apr 2020 19:49:17 +0200 Message-Id: <20200404174922.11481-2-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/man.scm (man-db)[inputs]: Move flex from here... [native-inputs]: ...to here. --- gnu/packages/man.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm index 6d7d5e2339..7463b1dbd8 100644 --- a/gnu/packages/man.scm +++ b/gnu/packages/man.scm @@ -7,6 +7,7 @@ ;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice ;;; Copyright © 2018, 2019 Rutger Helling ;;; Copyright © 2018, 2019 Marius Bakke +;;; Copyright © 2020 Vincent Legoll ;;; ;;; This file is part of GNU Guix. ;;; @@ -137,10 +138,10 @@ a flexible and convenient way.") (srfi srfi-1)))) (native-inputs `(("pkg-config" ,pkg-config) + ("flex" ,flex) ("groff" ,groff))) ;needed at build time (troff, grops, soelim, etc.) (inputs - `(("flex" ,flex) - ("gdbm" ,gdbm) + `(("gdbm" ,gdbm) ("groff-minimal" ,groff-minimal) ("less" ,less) ("libpipeline" ,libpipeline) -- 2.26.0