freerdp: add some key programs to passthru.tests
This commit is contained in:
parent
a6d6b96a08
commit
9b83914b1a
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user