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 bar[@foo[!pulseaudio]]
On second thought, I don't think this is necessary... We can just use ``--with-input=foo=foo[!pulseaudio]''. -- (