mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 03:38:13 +00:00
Merge pull request #279038 from alyssais/socat-parallel
socat: enable parallel building
This commit is contained in:
commit
2e93080e68
@ -28,6 +28,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
hardeningEnable = [ "pie" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
nativeCheckInputs = [ which nettools ];
|
||||
doCheck = false; # fails a bunch, hangs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user