gwl-devel
[Top][All Lists]
Advanced

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

Re: GWL 0.5 fails with plain packages


From: Liliana Marie Prikler
Subject: Re: GWL 0.5 fails with plain packages
Date: Sat, 30 Jul 2022 19:04:06 +0200
User-agent: Evolution 3.42.1

Am Samstag, dem 30.07.2022 um 19:03 +0200 schrieb Liliana Marie
Prikler:
> Am Freitag, dem 29.07.2022 um 11:40 -0400 schrieb Olivier Dion:
> > Please try the following patch:
> > --8<---------------cut here---------------start------------->8---
> > diff --git a/gwl/processes.scm b/gwl/processes.scm
> > index 2452d1f..4207f51 100644
> > --- a/gwl/processes.scm
> > +++ b/gwl/processes.scm
> > @@ -197,12 +197,21 @@
> >              ((and (? string?) spec)
> >               (lookup-package spec))
> >              ((and (? valid-package?) pkg)
> > +             (set! (package-output pkg) "out")
> > +             pkg)
> > +            (((? valid-package? pkg) (? string? output))
> > +             (set! (package-output pkg) output)
> Looking at the code for handling plain packages
s/plain packages/package specs/ of course



reply via email to

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