xbursttools: use autoconf 2.69

This commit is contained in:
Alyssa Ross 2020-12-15 16:23:30 +00:00
parent 080d634714
commit 9889d51cb6
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -8484,6 +8484,7 @@ in
# It needs a cross compiler for mipsel to build the firmware it will # It needs a cross compiler for mipsel to build the firmware it will
# load into the Ben Nanonote # load into the Ben Nanonote
gccCross = pkgsCross.ben-nanonote.buildPackages.gccCrossStageStatic; gccCross = pkgsCross.ben-nanonote.buildPackages.gccCrossStageStatic;
autoconf = autoconf269;
}; };
clipnotify = callPackage ../tools/misc/clipnotify { }; clipnotify = callPackage ../tools/misc/clipnotify { };