···
useFetchCargoVendor = true;
cargoHash = "sha256-9M8Y0WwXFlrpRleSQPYDpnjNnxKGvrtO6Istl9qM30M=";
29
-
# Relies on the test environment to be able to resolve "localhost"
30
-
# on IPv4. That's not the case in the Nix sandbox somehow. Works
31
-
# when running cargo test impurely on a (NixOS|Debian) machine.
32
-
"--skip=ffi::test_gethostbyname2_r"
30
+
# Relies on the test environment to be able to resolve "localhost"
31
+
# on IPv4. That's not the case in the Nix sandbox somehow. Works
32
+
# when running cargo test impurely on a (NixOS|Debian) machine.
33
+
"--skip=ffi::test_gethostbyname2_r"
34
-
# Relies on /etc/services to be present?
35
-
"--skip=handlers::test::test_handle_getservbyname_name"
36
-
"--skip=handlers::test::test_handle_getservbyname_name_proto"
37
-
"--skip=handlers::test::test_handle_getservbyport_port"
38
-
"--skip=handlers::test::test_handle_getservbyport_port_proto"
39
-
"--skip=handlers::test::test_handle_getservbyport_port_proto_aliases"
35
+
# Relies on /etc/services to be present?
36
+
"--skip=handlers::test::test_handle_getservbyname_name"
37
+
"--skip=handlers::test::test_handle_getservbyname_name_proto"
38
+
"--skip=handlers::test::test_handle_getservbyport_port"
39
+
"--skip=handlers::test::test_handle_getservbyport_port_proto"
40
+
"--skip=handlers::test::test_handle_getservbyport_port_proto_aliases"
42
+
++ lib.optionals stdenv.hostPlatform.isBigEndian [
43
+
# Expected serialisation output in tests doesn't account for endianness differences
44
+
# https://github.com/twosigma/nsncd/issues/160
45
+
"--skip=handlers::test::test_hostent_serialization"
46
+
"--skip=handlers::test::test_innetgroup_serialization_in_group"
47
+
"--skip=handlers::test::test_netgroup_serialization"
description = "Name service non-caching daemon";