xfce4-13: fix xfdesktop-settings crash on launch
This commit is contained in:
parent
b134375080
commit
ef27e76f63
@ -1,4 +1,4 @@
|
||||
{ mkXfceDerivation, exo, gtk3, libxfce4ui, libxfce4util, libwnck3, xfconf }:
|
||||
{ mkXfceDerivation, exo, wrapGAppsHook, gtk3, libxfce4ui, libxfce4util, libwnck3, xfconf }:
|
||||
|
||||
mkXfceDerivation rec {
|
||||
category = "xfce";
|
||||
@ -8,6 +8,8 @@ mkXfceDerivation rec {
|
||||
|
||||
sha256 = "14sfcxbwxhhwn9nmiap46nz6idvw5hwr8wyjqrhq4h79x78g18k4";
|
||||
|
||||
nativeBuildInputs = [ wrapGAppsHook ]; # fix "No GSettings schemas are installed on the system"
|
||||
|
||||
buildInputs = [
|
||||
exo
|
||||
gtk3
|
||||
|
Loading…
Reference in New Issue
Block a user