freerdp: fix tests on hydra
This commit is contained in:
parent
45d6484104
commit
0fd1939278
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue