mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
inetutils: enable tests
This commit is contained in:
parent
aa54e0d65d
commit
cc841fa430
@ -51,9 +51,7 @@ stdenv.mkDerivation rec {
|
||||
"--disable-rexec"
|
||||
] ++ lib.optional stdenv.isDarwin "--disable-servers";
|
||||
|
||||
# Test fails with "UNIX socket name too long", probably because our
|
||||
# $TMPDIR is too long.
|
||||
doCheck = false;
|
||||
doCheck = true;
|
||||
|
||||
installFlags = [ "SUIDMODE=" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user