xfce4-14.xfce4-settings: dbus-glib -> GDBus
This commit is contained in:
parent
b4a0ce9bee
commit
1c9ee3500f
@ -1,4 +1,4 @@
|
|||||||
{ mkXfceDerivation, automakeAddFlags, exo, garcon, gtk3
|
{ mkXfceDerivation, automakeAddFlags, exo, garcon, gtk3, glib
|
||||||
, libnotify ? null, libxfce4ui, libxfce4util, libxklavier ? null
|
, libnotify ? null, libxfce4ui, libxfce4util, libxklavier ? null
|
||||||
, upower ? null, xfconf, xf86inputlibinput ? null }:
|
, upower ? null, xfconf, xf86inputlibinput ? null }:
|
||||||
|
|
||||||
@ -10,25 +10,23 @@ mkXfceDerivation rec {
|
|||||||
sha256 = "13gmxd4sfgd6wky7s03bar58w9vl4i6jv2wncd6iajww791y5akn";
|
sha256 = "13gmxd4sfgd6wky7s03bar58w9vl4i6jv2wncd6iajww791y5akn";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
automakeAddFlags xfce4-settings-editor/Makefile.am xfce4_settings_editor_CFLAGS DBUS_GLIB_CFLAGS
|
|
||||||
for f in $(find . -name \*.c); do
|
for f in $(find . -name \*.c); do
|
||||||
substituteInPlace $f --replace \"libinput-properties.h\" '<xorg/libinput-properties.h>'
|
substituteInPlace $f --replace \"libinput-properties.h\" '<xorg/libinput-properties.h>'
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ automakeAddFlags ];
|
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
exo
|
exo
|
||||||
garcon
|
garcon
|
||||||
|
glib
|
||||||
gtk3
|
gtk3
|
||||||
libnotify
|
libnotify
|
||||||
libxfce4ui
|
libxfce4ui
|
||||||
libxfce4util
|
libxfce4util
|
||||||
libxklavier
|
libxklavier
|
||||||
upower
|
upower
|
||||||
xfconf
|
|
||||||
xf86inputlibinput
|
xf86inputlibinput
|
||||||
|
xfconf
|
||||||
];
|
];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user