mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
tests/ayatana-indicators: Add ayatana-indicators-bluetooth
This commit is contained in:
parent
613f2d5124
commit
00929036f8
@ -33,6 +33,7 @@ in
|
||||
packages =
|
||||
with pkgs;
|
||||
[
|
||||
ayatana-indicator-bluetooth
|
||||
ayatana-indicator-datetime
|
||||
ayatana-indicator-display
|
||||
ayatana-indicator-messages
|
||||
|
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user