hidapi: use autoconf 2.69

This commit is contained in:
Alyssa Ross
2020-12-17 12:52:56 +00:00
parent a777d82a50
commit cb87a87ec9
+1
View File
@@ -13441,6 +13441,7 @@ in
hidapi = callPackage ../development/libraries/hidapi {
# TODO: remove once `udev` is `systemdMinimal` everywhere.
udev = systemdMinimal;
autoreconfHook = autoreconfHook269;
};
highfive = callPackage ../development/libraries/highfive { };