freerdp: fix tests on hydra

This commit is contained in:
Weijia Wang 2022-10-16 14:58:19 +02:00
parent 45d6484104
commit 0fd1939278

View File

@ -52,6 +52,11 @@ let
dir = "libfreerdp/crypto/test";
file = "Test_x509_cert_info.c";
}
] ++ lib.optionals stdenv.isDarwin [
{
dir = "winpr/libwinpr/sysinfo/test";
file = "TestGetComputerName.c";
}
];
in