all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: gnutls: Make perl a native-input.
@ 2017-01-10 21:33 David Craven
  2017-01-10 22:18 ` Marius Bakke
  2017-01-10 23:55 ` Mark H Weaver
  0 siblings, 2 replies; 5+ messages in thread
From: David Craven @ 2017-01-10 21:33 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/tls.scm (gnutls)[native-inputs]: Make perl a native input.
---
 gnu/packages/tls.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index e577421fa..55e4d66f8 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -189,11 +189,11 @@ living in the same process.")
                "doc"))                            ;4.1 MiB of man pages
     (native-inputs
      `(("net-tools" ,net-tools)
+       ("perl" ,perl)
        ("pkg-config" ,pkg-config)
        ("which" ,which)))
     (inputs
-     `(("guile" ,guile-2.0)
-       ("perl" ,perl)))
+     `(("guile" ,guile-2.0)))
     (propagated-inputs
      ;; These are all in the 'Requires.private' field of gnutls.pc.
      `(("libtasn1" ,libtasn1)
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-01-12 14:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-10 21:33 [PATCH] gnu: gnutls: Make perl a native-input David Craven
2017-01-10 22:18 ` Marius Bakke
2017-01-10 23:55 ` Mark H Weaver
2017-01-11 11:03   ` David Craven
2017-01-12 14:19     ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.