From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Subject: [PATCH] gnu: gnutls: Move which from 'propagated-inputs' to 'native-inputs'. Date: Wed, 11 Feb 2015 19:24:25 +0800 Message-ID: <1423653865-590-1-git-send-email-iyzsong@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46886) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLVP3-00029j-NU for guix-devel@gnu.org; Wed, 11 Feb 2015 06:24:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLVP0-0001rl-It for guix-devel@gnu.org; Wed, 11 Feb 2015 06:24:21 -0500 Received: from mail-pd0-f180.google.com ([209.85.192.180]:43640) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLVP0-0001rg-DU for guix-devel@gnu.org; Wed, 11 Feb 2015 06:24:18 -0500 Received: by pdev10 with SMTP id v10so3763613pde.10 for ; Wed, 11 Feb 2015 03:24:17 -0800 (PST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org * gnu/packages/gnutls.scm (gnutls): Move which to 'native-inputs'. Comment on 'propagated-inputs'. --- gnu/packages/gnutls.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnutls.scm b/gnu/packages/gnutls.scm index a51d948..b256a97 100644 --- a/gnu/packages/gnutls.scm +++ b/gnu/packages/gnutls.scm @@ -132,14 +132,15 @@ living in the same process.") ;; independently. This seems suboptimal. "--with-default-trust-store-dir=/etc/ssl/certs"))) (native-inputs - `(("pkg-config" ,pkg-config))) + `(("pkg-config" ,pkg-config) + ("which" ,which))) (inputs `(("guile" ,guile-2.0) ("perl" ,perl))) (propagated-inputs + ;; These are all in the 'Requires.private' field of gnutls.pc. `(("libtasn1" ,libtasn1) ("nettle" ,nettle) - ("which" ,which) ("zlib" ,guix:zlib))) (home-page "http://www.gnu.org/software/gnutls/") (synopsis "Transport layer security library") -- 2.1.2