guix-patches
[Top][All Lists]
Advanced

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

[bug#70020] [PATCH v3 1/1] gnu: Add debian-devscripts.


From: Vagrant Cascadian
Subject: [bug#70020] [PATCH v3 1/1] gnu: Add debian-devscripts.
Date: Sat, 04 May 2024 00:06:50 -0700

On 2024-04-15, Steve George wrote:
> diff --git a/gnu/packages/debian.scm b/gnu/packages/debian.scm
> index a88fb04feb..2c79afdc75 100644
> --- a/gnu/packages/debian.scm
> +++ b/gnu/packages/debian.scm
...
> +                (wrap.pl (find-files bindir)
> +                         (list "dpkg"
...
> +                               "perl-lwp-protocol-https"
...
> +    (inputs
> +     (list
...
> +      perl-lwp-protocol-https
...
> +    (native-inputs
> +     (list perl perl-libwww perl-uri pkg-config python))
> +    (propagated-inputs
> +     (list perl-lwp-protocol-https))

Despite perl-lwp-protocol-https being in inputs, propagated-inputs, and
included in a perl wrapper....

  ./pre-inst-env guix shell debian-devscripts -- bts 
--bts-server=debbugs.gnu.org show 70020
  .bts-real: couldn't download http://debbugs.gnu.org/70020:
  501 Protocol scheme 'https' is not supported (LWP::Protocol::https not 
installed)

Explicitly adding perl-lwp-protocol-https to guix shell did not help...


live well,
  vagrant

Attachment: signature.asc
Description: PGP signature


reply via email to

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