mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
mate.mate-control-center: Fix missing schema in nixosTests.mate
This is introduced in generate_categories -> matemenu_tree_constructor -> org.mate.panel. Unfortunately we cannot hardcode gsettings in mate-menus because this will introduce circular dependency. https://bugs.archlinux.org/task/72603
This commit is contained in:
parent
4a31c957c1
commit
bf4be3573d
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ stdenv.mkDerivation rec {
|
|||
mate.mate-desktop
|
||||
mate.libmatekbd
|
||||
mate.mate-menus
|
||||
mate.mate-panel # for org.mate.panel schema, see m-c-c#678
|
||||
mate.marco
|
||||
mate.mate-settings-daemon
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue