mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 21:03:15 +00:00
joplin-desktop: wrap to avoid crashing due to lack of schemas
This commit is contained in:
parent
1f4d5433a9
commit
09462ddd06
@ -1,4 +1,4 @@
|
||||
{ stdenv, appimage-run, fetchurl }:
|
||||
{ stdenv, appimage-run, fetchurl, gsettings-desktop-schemas, gtk3, gobject-introspection, wrapGAppsHook }:
|
||||
|
||||
let
|
||||
version = "1.0.142";
|
||||
@ -12,7 +12,8 @@ in
|
||||
inherit sha256;
|
||||
};
|
||||
|
||||
buildInputs = [ appimage-run ];
|
||||
nativeBuildInputs = [ wrapGAppsHook ];
|
||||
buildInputs = [ appimage-run gtk3 gsettings-desktop-schemas gobject-introspection ];
|
||||
|
||||
unpackPhase = ":";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user