Re: [RFC] package-with-features

2022-11-26 Thread (
On Thu Nov 24, 2022 at 8:26 PM GMT, ( wrote: > Now, what if we have bar, which depends on foo, and we want to disable > pulseaudio for bar's foo dependency? > > guix install bar[foo[!pulseaudio]] > > Or we want to disable it for all foos in the transitive dependencies > of bar? > > guix install

Re: [RFC] package-with-features

2022-11-26 Thread Ludovic Courtès
Hi, zimoun skribis: > Maybe, you could be interested by past discussions: > > Parameterized packages (May 2019) > id:87woitz1xx@gnu.org > https://yhetil.org/guix/87woitz1xx@gnu.org/ > > A plan for parameterized packages (Nov 2020) > id:87eeku8trb@gnu.org > https://yhetil.org/guix/87e

Re: [RFC] package-with-features

2022-11-25 Thread zimoun
Hi, On Thu, 24 Nov 2022 at 20:26, "(" wrote: > This comment by oriansj on IRC: > >I am thinking in terms of gentoo builds and making > it easy to avoid some packages from being downloaded or built > like pulseaudio (I like alsa better) and trim down the dependencies > to only those tha

[RFC] package-with-features

2022-11-24 Thread (
Heya Guix, This comment by oriansj on IRC: I am thinking in terms of gentoo builds and making it easy to avoid some packages from being downloaded or built like pulseaudio (I like alsa better) and trim down the dependencies to only those that are absolutely directly required. made me wo