And now, finally, eudev and upower are fixed!
And now, finally, eudev and upower are fixed!
Dear eudev developers, It is not very convenient that libudev can only use /etc/udev/hwdb.bin or /lib/udev/hwdb.bin. For Guix, we would like that the hwdb.bin file would be compiled for every used ...
Part 2. was easy, I think.
Dear eudev developers, In Guix, every package is installed in a separate "/usr" prefix. For instance, eudev is installed in "/usr-a/" and upower in "/usr-b/" (except it’s actually "/gnu/store/xxx-e...
My plan is 3-fold:
1. Let udevadm hwdb --update search hwdb files according to a search path;
2. Let udevadm hwdb --update generate the compiled database in a command-line-configured location;
3. Let #libudev find the hwdb.bin database according to an environment variable.
1. has been submitted: https://github.com/eudev-project/eudev/pull/262
I now have to do the rest!
Dear eudev developers, It would be useful for a Guix package to let udevadm hwdb --update collect hwdb files from different places in the file system. Usually, this is done with a search path. Here...