joplin-desktop: wrap to avoid crashing due to lack of schemas

wip/yesman
Will Dietz 5 years ago
parent 1f4d5433a9
commit 09462ddd06
  1. 5
      pkgs/applications/misc/joplin-desktop/default.nix

@ -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…
Cancel
Save