spacefm: fix gsettings schemas
Could not test it as the application did not start for other reasons.
This commit is contained in:
parent
4cfe7a7334
commit
7d64d63a1c
@ -15,9 +15,9 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ gtk3 udev desktop_file_utils shared_mime_info intltool pkgconfig makeWrapper ];
|
buildInputs = [ gtk3 udev desktop_file_utils shared_mime_info intltool pkgconfig makeWrapper ];
|
||||||
|
|
||||||
postInstall = ''
|
preFixup = ''
|
||||||
wrapProgram "$out/bin/spacefm" \
|
wrapProgram "$out/bin/spacefm" \
|
||||||
--prefix XDG_DATA_DIRS : "${gtk3}/share"
|
--prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user