Hello, > The (lset-difference …) expression above is equal to ‘%base-packages’, > because the third argument is a list of symbols whereas the second one > is a list a packages (so these two sets are disjoint). > > You probably meant: > > (lset-difference eq? %base-packages > (list libinput avahi bluez))
Thanks a lot, I couldn't have found this myself (my eyes are still not accustomed enough with scheme for that)... > I don’t know the answer to your initial question though. That was probably a configuration glitch that I inadvertently fixed in the mean time, as it is not happening any more... -- Vincent Legoll
