catgirl: enable parallel building
Tested at -j48.
This commit is contained in:
parent
e644da4d99
commit
54caa42f9e
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [ libressl ncurses ];
|
||||
strictDeps = true;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://git.causal.agency/catgirl/about/";
|
||||
license = licenses.gpl3Plus;
|
||||
|
|
Loading…
Reference in a new issue