freerdp: add some key programs to passthru.tests

This commit is contained in:
Sandro Jäckel 2024-08-09 16:28:47 +02:00
parent a6d6b96a08
commit 9b83914b1a
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -61,6 +61,8 @@
, withManPages ? stdenv.buildPlatform.canExecute stdenv.hostPlatform
, buildPackages
, gnome
, remmina
}:
let
@ -194,6 +196,11 @@ stdenv.mkDerivation (finalAttrs: {
"-framework AudioToolbox"
]);
passthru.tests = {
inherit remmina;
inherit (gnome) gnome-remote-desktop;
};
meta = with lib; {
description = "Remote Desktop Protocol Client";
longDescription = ''