Merge pull request #59096 from dtzWill/update/joplin-1.0.142
joplin-desktop: 1.0.140 -> 1.0.142
This commit is contained in:
commit
69d0465e50
@ -1,8 +1,8 @@
|
|||||||
{ stdenv, appimage-run, fetchurl }:
|
{ stdenv, appimage-run, fetchurl, gsettings-desktop-schemas, gtk3, gobject-introspection, wrapGAppsHook }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.0.140";
|
version = "1.0.142";
|
||||||
sha256 = "1114v141jayqhvkkxf7dr864j09nf5nz002c7z0pprzr00fifqzx";
|
sha256 = "0k7lnv3qqz17a2a2d431sic3ggi3373r5k0kwxm4017ama7d72m1";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "joplin-${version}";
|
name = "joplin-${version}";
|
||||||
@ -12,7 +12,8 @@ in
|
|||||||
inherit sha256;
|
inherit sha256;
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ appimage-run ];
|
nativeBuildInputs = [ wrapGAppsHook ];
|
||||||
|
buildInputs = [ appimage-run gtk3 gsettings-desktop-schemas gobject-introspection ];
|
||||||
|
|
||||||
unpackPhase = ":";
|
unpackPhase = ":";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user