about summary refs log tree commit diff
path: root/pkgs/applications/misc/spacefm
diff options
context:
space:
mode:
authorLuca Bruno <lucabru@src.gnome.org>2014-04-17 10:22:16 +0200
committerLuca Bruno <lucabru@src.gnome.org>2014-04-17 13:42:50 +0200
commit7d64d63a1cf94a0d1d03fa32cff5108cdbdd542d (patch)
tree4adb67a08395048fa02f6e2ec8040afa33ed0193 /pkgs/applications/misc/spacefm
parent4cfe7a7334f98f540c41c3f2d3453543810ce45c (diff)
spacefm: fix gsettings schemas
Could not test it as the application did not start
for other reasons.
Diffstat (limited to 'pkgs/applications/misc/spacefm')
-rw-r--r--pkgs/applications/misc/spacefm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/spacefm/default.nix b/pkgs/applications/misc/spacefm/default.nix
index e1f98fceace24..7dbe723d9eb2b 100644
--- a/pkgs/applications/misc/spacefm/default.nix
+++ b/pkgs/applications/misc/spacefm/default.nix
@@ -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 = {