forked from mirrors/nixpkgs
solanum: enable parallel building
This commit is contained in:
parent
c36bcb9130
commit
089ff21e21
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue