summary refs log tree commit diff
path: root/pkgs/desktops/xfce
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2013-05-03 11:59:37 +0200
committerVladimír Čunát <vcunat@gmail.com>2013-05-03 11:59:37 +0200
commit16c59ef83672aa41aae47f6603e7bd8fb185c3f3 (patch)
treef221219fb312126ef10bb6a8e2da37cf6f26e116 /pkgs/desktops/xfce
parentbf58711b2b04ff990983170d6ae907f4434afdf3 (diff)
downloadnixpkgs-16c59ef83672aa41aae47f6603e7bd8fb185c3f3.tar
nixpkgs-16c59ef83672aa41aae47f6603e7bd8fb185c3f3.tar.gz
nixpkgs-16c59ef83672aa41aae47f6603e7bd8fb185c3f3.tar.bz2
nixpkgs-16c59ef83672aa41aae47f6603e7bd8fb185c3f3.tar.lz
nixpkgs-16c59ef83672aa41aae47f6603e7bd8fb185c3f3.tar.xz
nixpkgs-16c59ef83672aa41aae47f6603e7bd8fb185c3f3.tar.zst
nixpkgs-16c59ef83672aa41aae47f6603e7bd8fb185c3f3.zip
xfce4session: fix a bug causing random crashes
This should work, finally https://bugzilla.xfce.org/show_bug.cgi?id=9709
Diffstat (limited to 'pkgs/desktops/xfce')
-rw-r--r--pkgs/desktops/xfce/core/xfce4-session.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/pkgs/desktops/xfce/core/xfce4-session.nix b/pkgs/desktops/xfce/core/xfce4-session.nix
index a8da711ad0b..6eeffdd5ead 100644
--- a/pkgs/desktops/xfce/core/xfce4-session.nix
+++ b/pkgs/desktops/xfce/core/xfce4-session.nix
@@ -15,7 +15,12 @@ stdenv.mkDerivation rec {
   };
   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 =
     [ pkgconfig intltool gtk libxfce4util libxfce4ui libwnck dbus_glib