solanum: enable parallel building

This commit is contained in:
Andreas Rammhold 2021-01-03 16:52:49 +01:00
parent c36bcb9130
commit 089ff21e21
No known key found for this signature in database
GPG key ID: E432E410B5E48C86

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