x11basic: use autoconf 2.69

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

View File

@ -25006,7 +25006,9 @@ in
gtk = gtk2;
};
x11basic = callPackage ../development/compilers/x11basic { };
x11basic = callPackage ../development/compilers/x11basic {
autoconf = autoconf269;
};
x11vnc = callPackage ../tools/X11/x11vnc { };