mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
gnome3.gnome-control-center: Add mutter to dependencies (#63124)
gnome3.gnome-control-center: Add mutter to dependencies
This commit is contained in:
commit
33a0ef8bb3
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
|
||||||
gdk_pixbuf adwaita-icon-theme librsvg clutter clutter-gtk cheese
|
gdk_pixbuf adwaita-icon-theme librsvg clutter clutter-gtk cheese
|
||||||
networkmanager modemmanager gnome-bluetooth tracker
|
networkmanager modemmanager gnome-bluetooth tracker
|
||||||
udisks2 gsound libhandy
|
udisks2 gsound libhandy
|
||||||
|
mutter # schemas for the keybindings
|
||||||
];
|
];
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue