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; {