guix-devel
[Top][All Lists]
Advanced

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

[PATCH] gnu: gnutls: Move which from 'propagated-inputs' to 'native-inpu


From: 宋文武
Subject: [PATCH] gnu: gnutls: Move which from 'propagated-inputs' to 'native-inputs'.
Date: Wed, 11 Feb 2015 19:24:25 +0800

* 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




reply via email to

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