xournalpp: 1.0.19 → 1.0.20

wip/yesman
Nikolay Korotkiy 4 years ago
parent ba0dfcebae
commit a5ec4f99db
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5
  1. 10
      pkgs/applications/graphics/xournalpp/default.nix

@ -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/";

Loading…
Cancel
Save