socat: enable parallel building

Tested at -j64.
This commit is contained in:
Alyssa Ross 2024-01-06 00:59:51 +01:00
parent 5f23a2f396
commit 292bc3f53c
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

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