Merge pull request #277473 from trofi/guacamole-client-fix-tests-eval

guacamole-client: fix `tests` attribute eval
This commit is contained in:
Bobby Rong 2023-12-29 21:44:57 +08:00 committed by GitHub
commit c0096cbb8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,6 @@
{ lib
, stdenvNoCC
, fetchurl
, nixosTests
}:
stdenvNoCC.mkDerivation (finalAttrs: {
@ -25,10 +24,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
runHook postInstall
'';
passthru.tests = {
inherit (nixosTests) guacamole-client;
};
meta = {
description = "Clientless remote desktop gateway";
homepage = "https://guacamole.apache.org/";