sassc: enable parallel building

Tested at -j20.
This commit is contained in:
Alyssa Ross
2024-09-16 17:37:07 +02:00
parent 81d645b6a9
commit c0d5c6f407

View File

@@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
buildInputs = [ libsass ];
enableParallelBuilding = true;
meta = with lib; {
description = "Front-end for libsass";
homepage = "https://github.com/sass/sassc/";