Add missing desktop-tools runtime dependency

This commit is contained in:
Přemysl Eric Janouch 2023-07-04 02:55:08 +02:00
parent 40cab414cf
commit 58c2c19d9f
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ pkgs.stdenv.mkDerivation rec {
xorg.libXdmcp
libpulseaudio
dbus.dev
python3
] ++ lib.optionals (full && stdenv.isLinux) [
gnome.gdm.dev
glib