mate.mate-applets: Add missing mate-desktop

Since we do `g_settings_new ("org.mate.lockdown")`, we will
need to pass this to the wrapper.

Fixes https://github.com/NixOS/nixpkgs/issues/271315.
This commit is contained in:
Bobby Rong 2023-12-06 13:43:33 +08:00 committed by GitHub
parent 494d8bcc83
commit 105b66ba48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,6 +15,7 @@
, libgtop
, libxml2
, libnotify
, mate-desktop
, mate-panel
, polkit
, upower
@ -53,6 +54,7 @@ stdenv.mkDerivation rec {
libnotify
libwnck
libxml2
mate-desktop # for org.mate.lockdown
mate-panel
polkit
upower