Merge pull request #108330 from andir/solanum
solanum: use older autoreconfHook & support parallel building
This commit is contained in:
commit
8656b93051
@ -50,6 +50,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "An IRCd for unified networks";
|
||||
homepage = "https://github.com/solanum-ircd/solanum";
|
||||
|
@ -8030,7 +8030,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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user