xfce4-14.mousepad: dbus-glib -> GDBus

This commit is contained in:
worldofpeace 2019-08-16 23:13:20 -04:00
parent 48240a3b51
commit 3d0afe54b9

View File

@ -1,4 +1,4 @@
{ mkXfceDerivation, exo, wrapGAppsHook, dbus-glib, gtk3, gtksourceview3 }:
{ mkXfceDerivation, exo, glib, gtk3, gtksourceview3 }:
mkXfceDerivation rec {
category = "apps";
@ -7,6 +7,6 @@ mkXfceDerivation rec {
sha256 = "0pr1w9n0qq2raxhy78982i9g17x0ya02q7vdrn0wb2bpk74hlki5";
nativeBuildInputs = [ exo wrapGAppsHook ];
buildInputs = [ dbus-glib gtk3 gtksourceview3 ];
nativeBuildInputs = [ exo ];
buildInputs = [ glib gtk3 gtksourceview3 ];
}