Fix gsettings schemas usage for several packages due to #1901

Also add icons to epiphany
This commit is contained in:
Luca Bruno
2014-04-06 11:02:21 +02:00
parent 85b1ede2bf
commit 35ccaa2e52
36 changed files with 119 additions and 114 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
# ToDo: one probably should specify schemas for samba and others here
fixupPhase = ''
wrapProgram $out/libexec/gvfsd --set GSETTINGS_SCHEMA_DIR "$out/share/glib-2.0/schemas"
preFixup = ''
wrapProgram $out/libexec/gvfsd --prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH"
'';
meta = {