solanum: use autoreconfHook269

The newer version that autoreconfHook defaults to isn't compatible with
the package just yet.
This commit is contained in:
Andreas Rammhold
2021-02-15 11:44:42 +01:00
parent 089ff21e21
commit 7dfb3fb5f6
+3 -1
View File
@@ -8029,7 +8029,9 @@ in
solaar = callPackage ../applications/misc/solaar {};
solanum = callPackage ../servers/irc/solanum {};
solanum = callPackage ../servers/irc/solanum {
autoreconfHook = buildPackages.autoreconfHook269;
};
sourceHighlight = callPackage ../tools/text/source-highlight { };