freeciv: use autoconf 2.69

This commit is contained in:
Alyssa Ross 2020-12-13 13:56:20 +00:00
parent 9caa2bafd7
commit c71a8dd7a9
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -25715,7 +25715,10 @@ in
freecell-solver = callPackage ../games/freecell-solver { };
freeciv = callPackage ../games/freeciv { qt5 = qt514; };
freeciv = callPackage ../games/freeciv {
autoreconfHook = autoreconfHook269;
qt5 = qt514;
};
freeciv_gtk = freeciv.override {
gtkClient = true;