David Thompson <dthomps...@worcester.edu> skribis: > Ludovic Courtès <l...@gnu.org> writes: > >> David Thompson <dthomps...@worcester.edu> skribis: >> >>> There was a conversation on #guix today about wpa-supplicant possibly >>> needing wireless tools in order to work. Well, I haven't tested that >>> yet, but I did write a package for the wireless tools. >> >> I think it expects it to be in $PATH. > > So I guess we can either try to patch the source code to explicitly > refer to the wireless-tools in the store, or make wireless-tools a > propagated input?
I would either do nothing, or patch (with ‘wrap-program’) the wpa_supplicant programs so they get $PATH right. >> I think we should add to the installation image, no? > > That's a good idea. Add to %base-packages? No, to the ‘packages’ field in gnu/system/install.scm. Could you do that? Ludo’.