xfdesktop: fix #12832 GTK 2.24.31 regression
Contains bug fix for #12832 which solves issue with GTK 2.24.31 regression - grayed out folders in wallpaper chooser dialog.
This commit is contained in:
parent
c6c05dd255
commit
d9f4f9e3f9
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, intltool, gtk, libxfce4util, libxfce4ui
|
{ stdenv, fetchurl, fetchpatch, pkgconfig, intltool, gtk, libxfce4util, libxfce4ui
|
||||||
, libwnck, xfconf, libglade, xfce4panel, thunar, exo, garcon, libnotify
|
, libwnck, xfconf, libglade, xfce4panel, thunar, exo, garcon, libnotify
|
||||||
, hicolor_icon_theme }:
|
, hicolor_icon_theme }:
|
||||||
let
|
let
|
||||||
@ -14,11 +14,16 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "a8a8d93744d842ca6ac1f9bd2c8789ee178937bca7e170e5239cbdbef30520ac";
|
sha256 = "a8a8d93744d842ca6ac1f9bd2c8789ee178937bca7e170e5239cbdbef30520ac";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs = [
|
||||||
[ pkgconfig intltool gtk libxfce4util libxfce4ui libwnck xfconf
|
pkgconfig intltool gtk libxfce4util libxfce4ui libwnck xfconf
|
||||||
libglade xfce4panel thunar exo garcon libnotify hicolor_icon_theme
|
libglade xfce4panel thunar exo garcon libnotify hicolor_icon_theme
|
||||||
];
|
];
|
||||||
|
|
||||||
|
patches = [(fetchpatch {
|
||||||
|
url = https://git.xfce.org/xfce/xfdesktop/patch?id=157f5b55cfc3629d595ef38984278de5915aac27;
|
||||||
|
sha256 = "0ki7hnyfpz7bdmsxqnm9qvyk040iyv1fawnhzfbyyzrh4nc5jd3x";
|
||||||
|
})];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
@ -29,4 +34,3 @@ stdenv.mkDerivation rec {
|
|||||||
maintainers = [ maintainers.eelco ];
|
maintainers = [ maintainers.eelco ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user