Merge pull request #107115 from sikmir/xournalpp

xournalpp: 1.0.19 → 1.0.20
This commit is contained in:
Maximilian Bosch 2020-12-17 22:57:56 +01:00 committed by GitHub
commit fe8f5586d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
, cmake
, gettext
, wrapGAppsHook
, pkgconfig
, pkg-config
, glib
, gsettings-desktop-schemas
@ -22,16 +22,16 @@
stdenv.mkDerivation rec {
pname = "xournalpp";
version = "1.0.19";
version = "1.0.20";
src = fetchFromGitHub {
owner = "xournalpp";
repo = pname;
rev = version;
sha256 = "05nx4cmrka6hwdn7r91yy4h46qpa9k7iy9dkgaq3hrkh9z3fxlkq";
sha256 = "1c7n03xm3m4lwcwxgplkn25i8c6s3i7rijbkcx86br1j4jadcs3k";
};
nativeBuildInputs = [ cmake gettext pkgconfig wrapGAppsHook ];
nativeBuildInputs = [ cmake gettext pkg-config wrapGAppsHook ];
buildInputs =
[ glib
gsettings-desktop-schemas
@ -50,8 +50,6 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Xournal++ is a handwriting Notetaking software with PDF annotation support";
homepage = "https://xournalpp.github.io/";