Merge pull request #246281 from alyaeanyx/xournalpp-1.2.0

xournalpp: 1.1.3 -> 1.2.0
This commit is contained in:
Nikolay Korotkiy 2023-08-01 21:27:46 +04:00 committed by GitHub
commit 82b98eb23f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,9 +6,11 @@
, wrapGAppsHook
, pkg-config
, alsa-lib
, glib
, gsettings-desktop-schemas
, gtk3
, gtksourceview4
, librsvg
, libsndfile
, libxml2
@ -23,20 +25,23 @@
stdenv.mkDerivation rec {
pname = "xournalpp";
version = "1.1.3";
version = "1.2.0";
src = fetchFromGitHub {
owner = "xournalpp";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Hn7IDnbrmK3V+iz8UqdmHRV2TS4MwYSgYtnH6igbGJ8=";
sha256 = "sha256-0xsNfnKdGl34qeN0KZbII9w6PzC1HvvO7mtlNlRvUqQ=";
};
nativeBuildInputs = [ cmake gettext pkg-config wrapGAppsHook ];
buildInputs =
[ glib
[
alsa-lib
glib
gsettings-desktop-schemas
gtk3
gtksourceview4
librsvg
libsndfile
libxml2