solanum: enable parallel building

This commit is contained in:
Andreas Rammhold
2021-01-03 16:52:49 +01:00
parent c36bcb9130
commit 089ff21e21

View File

@@ -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";