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