Add missing desktop-tools runtime dependency
This commit is contained in:
parent
40cab414cf
commit
58c2c19d9f
|
@ -17,6 +17,7 @@ pkgs.stdenv.mkDerivation rec {
|
|||
xorg.libXdmcp
|
||||
libpulseaudio
|
||||
dbus.dev
|
||||
python3
|
||||
] ++ lib.optionals (full && stdenv.isLinux) [
|
||||
gnome.gdm.dev
|
||||
glib
|
||||
|
|
Loading…
Reference in New Issue