midori: fix gsettings schemas
Could not test it because it does not compile for other reasons.
This commit is contained in:
parent
7d64d63a1c
commit
6f61f7dc0d
@ -32,9 +32,9 @@ stdenv.mkDerivation rec {
|
|||||||
-DUSE_ZEITGEIST=OFF
|
-DUSE_ZEITGEIST=OFF
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = ''
|
preFixup = ''
|
||||||
wrapProgram $out/bin/midori \
|
wrapProgram $out/bin/midori \
|
||||||
--prefix GIO_EXTRA_MODULES : "${glib_networking}/lib/gio/modules" \
|
--prefix GIO_EXTRA_MODULES : "${glib_networking}/lib/gio/modules" \
|
||||||
--prefix XDG_DATA_DIRS : "${gtk3}/share:${gsettings_desktop_schemas}/share"
|
--prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH"
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user