From e250ce83095392ad398387e6fd05bd56e2e5c61b Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Sun, 23 Mar 2025 23:11:43 +0100 Subject: [PATCH] freerdp3: fix passthru tests --- pkgs/applications/networking/remote/freerdp/3.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/remote/freerdp/3.nix b/pkgs/applications/networking/remote/freerdp/3.nix index beaa5b5d2149..9072f8549721 100644 --- a/pkgs/applications/networking/remote/freerdp/3.nix +++ b/pkgs/applications/networking/remote/freerdp/3.nix @@ -61,7 +61,7 @@ # tries to compile and run generate_argument_docbook.c withManPages ? stdenv.buildPlatform.canExecute stdenv.hostPlatform, - gnome, + gnome-remote-desktop, remmina, }: @@ -213,7 +213,7 @@ stdenv.mkDerivation (finalAttrs: { passthru.tests = { inherit remmina; - inherit (gnome) gnome-remote-desktop; + inherit gnome-remote-desktop; }; meta = with lib; {