catgirl: enable parallel building

Tested at -j48.
This commit is contained in:
Alyssa Ross 2021-11-19 21:58:23 +00:00
parent e644da4d99
commit 54caa42f9e
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

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