Merge pull request #279038 from alyssais/socat-parallel

socat: enable parallel building
This commit is contained in:
Maximilian Bosch
2024-01-06 15:42:20 +01:00
committed by GitHub
+2
View File
@@ -28,6 +28,8 @@ stdenv.mkDerivation rec {
hardeningEnable = [ "pie" ];
enableParallelBuilding = true;
nativeCheckInputs = [ which nettools ];
doCheck = false; # fails a bunch, hangs