mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
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 ];
|
||||
|
||||
postInstall = ''
|
||||
preFixup = ''
|
||||
wrapProgram "$out/bin/spacefm" \
|
||||
--prefix XDG_DATA_DIRS : "${gtk3}/share"
|
||||
--prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user