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
commit 2e93080e68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,8 @@ stdenv.mkDerivation rec {
hardeningEnable = [ "pie" ];
enableParallelBuilding = true;
nativeCheckInputs = [ which nettools ];
doCheck = false; # fails a bunch, hangs