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

* Re: [PATCH] gnu: gnutls: Make perl a native-input.
  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
  1 sibling, 0 replies; 5+ messages in thread
From: Marius Bakke @ 2017-01-10 22:18 UTC (permalink / raw)
  To: David Craven, guix-devel

[-- Attachment #1: Type: text/plain, Size: 292 bytes --]

David Craven <david@craven.ch> writes:

> * gnu/packages/tls.scm (gnutls)[native-inputs]: Make perl a native input.

Do you know what perl is used for in gnutls? I see it contains no
references, but I also tried building without perl and everything seems
fine. Perhaps we can just remove it?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

* Re: [PATCH] gnu: gnutls: Make perl a native-input.
  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
  1 sibling, 1 reply; 5+ messages in thread
From: Mark H Weaver @ 2017-01-10 23:55 UTC (permalink / raw)
  To: David Craven; +Cc: guix-devel

David Craven <david@craven.ch> writes:
> * gnu/packages/tls.scm (gnutls)[native-inputs]: Make perl a native input.

Looks good to me, but this should be applied to 'core-updates' due to
the large number of dependent packages.

     Thanks!
       Mark

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

* Re: [PATCH] gnu: gnutls: Make perl a native-input.
  2017-01-10 23:55 ` Mark H Weaver
@ 2017-01-11 11:03   ` David Craven
  2017-01-12 14:19     ` Ludovic Courtès
  0 siblings, 1 reply; 5+ messages in thread
From: David Craven @ 2017-01-11 11:03 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: guix-devel

> Do you know what perl is used for in gnutls? I see it contains no
> references, but I also tried building without perl and everything seems
> fine. Perhaps we can just remove it?

Anyone against simply removing perl as a dependency?

> Looks good to me, but this should be applied to 'core-updates' due to
> the large number of dependent packages.

Ok

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

* Re: [PATCH] gnu: gnutls: Make perl a native-input.
  2017-01-11 11:03   ` David Craven
@ 2017-01-12 14:19     ` Ludovic Courtès
  0 siblings, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2017-01-12 14:19 UTC (permalink / raw)
  To: David Craven; +Cc: guix-devel

David Craven <david@craven.ch> skribis:

>> Do you know what perl is used for in gnutls? I see it contains no
>> references, but I also tried building without perl and everything seems
>> fine. Perhaps we can just remove it?
>
> Anyone against simply removing perl as a dependency?

I’m all for it if it has no effect!

Like Mark said, it’s for ‘core-updates’.

Thanks,
Ludo’.

^ permalink raw reply	[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.