mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
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
1 changed files with 2 additions and 2 deletions
|
@ -32,9 +32,9 @@ stdenv.mkDerivation rec {
|
|||
-DUSE_ZEITGEIST=OFF
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
preFixup = ''
|
||||
wrapProgram $out/bin/midori \
|
||||
--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 a new issue