Merge pull request #277473 from trofi/guacamole-client-fix-tests-eval
guacamole-client: fix `tests` attribute eval
This commit is contained in:
commit
c0096cbb8a
@ -1,7 +1,6 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, stdenvNoCC
|
, stdenvNoCC
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, nixosTests
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
@ -25,10 +24,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
passthru.tests = {
|
|
||||||
inherit (nixosTests) guacamole-client;
|
|
||||||
};
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Clientless remote desktop gateway";
|
description = "Clientless remote desktop gateway";
|
||||||
homepage = "https://guacamole.apache.org/";
|
homepage = "https://guacamole.apache.org/";
|
||||||
|
Loading…
Reference in New Issue
Block a user