mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 16:07:35 +00:00
ayatana-indicator-sound: Update to new passthru.ayatana-indicators format
This commit is contained in:
parent
de0703d599
commit
1621760681
@ -106,7 +106,12 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform;
|
||||
|
||||
passthru = {
|
||||
ayatana-indicators = [ "ayatana-indicator-sound" ];
|
||||
ayatana-indicators = {
|
||||
ayatana-indicator-sound = [
|
||||
"ayatana"
|
||||
"lomiri"
|
||||
];
|
||||
};
|
||||
tests.vm = nixosTests.ayatana-indicators;
|
||||
updateScript = gitUpdater { };
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user