ruby: use autoconf 2.69

This commit is contained in:
Alyssa Ross 2020-12-11 12:47:24 +00:00
parent 3f42dfe7d9
commit ab5c9bdcc2
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -10774,6 +10774,7 @@ in
inherit (callPackage ../development/interpreters/ruby {
inherit (darwin) libiconv libobjc libunwind;
inherit (darwin.apple_sdk.frameworks) Foundation;
autoreconfHook = autoreconfHook269;
bison = buildPackages.bison_3_5;
})
ruby_2_5