spacefm: fix gsettings schemas

Could not test it as the application did not start
for other reasons.
This commit is contained in:
Luca Bruno 2014-04-17 10:22:16 +02:00
parent 4cfe7a7334
commit 7d64d63a1c

View File

@ -15,9 +15,9 @@ in stdenv.mkDerivation rec {
buildInputs = [ gtk3 udev desktop_file_utils shared_mime_info intltool pkgconfig makeWrapper ];
postInstall = ''
preFixup = ''
wrapProgram "$out/bin/spacefm" \
--prefix XDG_DATA_DIRS : "${gtk3}/share"
--prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH"
'';
meta = {