mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
mycrypto: Fix crash when opening FileChooser dialog
This commit is contained in:
parent
0aeba64fb2
commit
5c66c2233d
@ -1,5 +1,5 @@
|
|||||||
{ lib, appimageTools, fetchurl, makeDesktopItem
|
{ lib, appimageTools, fetchurl, makeDesktopItem
|
||||||
, gsettings-desktop-schemas, gtk2
|
, gsettings-desktop-schemas, gtk3
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -30,7 +30,7 @@ in appimageTools.wrapType2 rec {
|
|||||||
inherit name src;
|
inherit name src;
|
||||||
|
|
||||||
profile = ''
|
profile = ''
|
||||||
export XDG_DATA_DIRS=${gsettings-desktop-schemas}/share/gsettings-schemas/${gsettings-desktop-schemas.name}:${gtk2}/share/gsettings-schemas/${gtk2.name}:$XDG_DATA_DIRS
|
export XDG_DATA_DIRS=${gsettings-desktop-schemas}/share/gsettings-schemas/${gsettings-desktop-schemas.name}:${gtk3}/share/gsettings-schemas/${gtk3.name}:$XDG_DATA_DIRS
|
||||||
'';
|
'';
|
||||||
|
|
||||||
multiPkgs = null; # no p32bit needed
|
multiPkgs = null; # no p32bit needed
|
||||||
|
Loading…
Reference in New Issue
Block a user