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
@@ -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/";