tests/ayatana-indicators: Add ayatana-indicators-bluetooth

This commit is contained in:
OPNA2608 2024-08-23 22:48:15 +02:00
parent 613f2d5124
commit 00929036f8
2 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,7 @@ in
packages =
with pkgs;
[
ayatana-indicator-bluetooth
ayatana-indicator-datetime
ayatana-indicator-display
ayatana-indicator-messages

View File

@ -3,6 +3,7 @@
lib,
fetchFromGitHub,
gitUpdater,
nixosTests,
cmake,
gettext,
glib,
@ -65,6 +66,7 @@ stdenv.mkDerivation (finalAttrs: {
];
};
updateScript = gitUpdater { };
tests.vm = nixosTests.ayatana-indicators;
};
meta = {