xfce4-14.mousepad: dbus-glib -> GDBus
This commit is contained in:
parent
48240a3b51
commit
3d0afe54b9
@ -1,4 +1,4 @@
|
|||||||
{ mkXfceDerivation, exo, wrapGAppsHook, dbus-glib, gtk3, gtksourceview3 }:
|
{ mkXfceDerivation, exo, glib, gtk3, gtksourceview3 }:
|
||||||
|
|
||||||
mkXfceDerivation rec {
|
mkXfceDerivation rec {
|
||||||
category = "apps";
|
category = "apps";
|
||||||
@ -7,6 +7,6 @@ mkXfceDerivation rec {
|
|||||||
|
|
||||||
sha256 = "0pr1w9n0qq2raxhy78982i9g17x0ya02q7vdrn0wb2bpk74hlki5";
|
sha256 = "0pr1w9n0qq2raxhy78982i9g17x0ya02q7vdrn0wb2bpk74hlki5";
|
||||||
|
|
||||||
nativeBuildInputs = [ exo wrapGAppsHook ];
|
nativeBuildInputs = [ exo ];
|
||||||
buildInputs = [ dbus-glib gtk3 gtksourceview3 ];
|
buildInputs = [ glib gtk3 gtksourceview3 ];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user