liburcu: enable parallel building

This commit is contained in:
Sergei Trofimovich
2025-05-21 06:53:10 +01:00
parent 92d4357d64
commit 9b27c596f4
+2
View File
@@ -22,6 +22,8 @@ stdenv.mkDerivation rec {
nativeCheckInputs = [ perl ];
enableParallelBuilding = true;
preCheck = "patchShebangs tests/unit";
doCheck = true;