Commit e250ce83 authored by Weijia Wang's avatar Weijia Wang
Browse files

freerdp3: fix passthru tests

parent e718af88
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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; {