summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2020-12-17 22:57:56 +0100
committerGitHub <noreply@github.com>2020-12-17 22:57:56 +0100
commitfe8f5586d5955dca0207d76b1514fba8efb257aa (patch)
tree1e024b29736af0b3b2a8dc084852216c345dcb64
parent821ed09f382deee33d3d6ac5bf23ef70cb3fce24 (diff)
parenta5ec4f99db0050a962ae7bfae90b2ee3ce7c5d9f (diff)
Merge pull request #107115 from sikmir/xournalpp
xournalpp: 1.0.19 → 1.0.20
-rw-r--r--pkgs/applications/graphics/xournalpp/default.nix10
1 files changed, 4 insertions, 6 deletions
diff --git a/pkgs/applications/graphics/xournalpp/default.nix b/pkgs/applications/graphics/xournalpp/default.nix
index da453b426786..c21d0ed20545 100644
--- a/pkgs/applications/graphics/xournalpp/default.nix
+++ b/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/";