mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
spacefm: fix segfault by exporting shared-mime-info/share in XDG_DATA_DIRS
This commit is contained in:
parent
faf094adef
commit
a807035927
@ -26,6 +26,10 @@ stdenv.mkDerivation rec {
|
|||||||
ln -s /etc/spacefm/spacefm.conf $out/etc/spacefm/spacefm.conf
|
ln -s /etc/spacefm/spacefm.conf $out/etc/spacefm/spacefm.conf
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
preFixup = ''
|
||||||
|
gappsWrapperArgs+=(--prefix XDG_DATA_DIRS : "${shared-mime-info}/share")
|
||||||
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gtk3 udev desktop-file-utils shared-mime-info intltool
|
gtk3 udev desktop-file-utils shared-mime-info intltool
|
||||||
|
Loading…
Reference in New Issue
Block a user