about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2022-10-16 14:58:19 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2022-10-16 14:58:19 +0200
commit0fd19392781b0bb951effc46b610f75f17bba925 (patch)
treed0f07b378cdb54b35348468fbae1330f4c4f0842 /pkgs/applications/networking/remote
parent45d64841040bf1bebead657a1477a54ac3e36ac9 (diff)
freerdp: fix tests on hydra
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/freerdp/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/applications/networking/remote/freerdp/default.nix b/pkgs/applications/networking/remote/freerdp/default.nix
index 073da8d2c882a..ea09e1a942f13 100644
--- a/pkgs/applications/networking/remote/freerdp/default.nix
+++ b/pkgs/applications/networking/remote/freerdp/default.nix
@@ -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