xfce4session: fix a bug causing random crashes
This should work, finally https://bugzilla.xfce.org/show_bug.cgi?id=9709
This commit is contained in:
parent
bf58711b2b
commit
16c59ef836
@ -15,7 +15,12 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
name = "${p_name}-${ver_maj}.${ver_min}";
|
name = "${p_name}-${ver_maj}.${ver_min}";
|
||||||
|
|
||||||
patches = [ ./xfce4-session-systemd.patch ];
|
patch_crash = fetchurl {
|
||||||
|
url = "http://git.xfce.org/xfce/xfce4-session/patch/?id=ab391138cacc62ab184a338e237c4430356b41f9";
|
||||||
|
sha256 = "1kydj52hm883rdanpcqzf5qphj0ws2v28g8fim8jv2pm72d33day";
|
||||||
|
};
|
||||||
|
|
||||||
|
patches = [ ./xfce4-session-systemd.patch patch_crash ];
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ pkgconfig intltool gtk libxfce4util libxfce4ui libwnck dbus_glib
|
[ pkgconfig intltool gtk libxfce4util libxfce4ui libwnck dbus_glib
|
||||||
|
Loading…
Reference in New Issue
Block a user