file-roller: fix gsettings schemas

This commit is contained in:
Luca Bruno 2014-04-08 20:27:37 +02:00
parent 8553993887
commit 9219c503c9
1 changed files with 2 additions and 2 deletions

View File

@ -18,9 +18,9 @@ stdenv.mkDerivation rec {
buildInputs = [ glib pkgconfig gnome3.gtk intltool itstool libxml2 libarchive
attr bzip2 acl makeWrapper ];
postInstall = ''
preFixup = ''
wrapProgram "$out/bin/file-roller" \
--prefix XDG_DATA_DIRS : "${gnome3.gtk}/share:$out/share"
--prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH"
'';
meta = with stdenv.lib; {