mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
libsass: enable parallel building
Tested at -j20.
This commit is contained in:
parent
ed37db52bd
commit
014bc46560
@ -32,6 +32,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
passthru.tests = {
|
||||
inherit gtk3 gtk4 sassc;
|
||||
pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
|
||||
|
Loading…
Reference in New Issue
Block a user