xournalpp: add update script

This commit is contained in:
cyclopentane
2025-12-07 16:38:06 +01:00
parent a732d1503a
commit ca40c960a8
+3
View File
@@ -26,6 +26,7 @@
# plugins
withLua ? true,
lua5_3,
nix-update-script,
}:
stdenv.mkDerivation rec {
@@ -79,6 +80,8 @@ stdenv.mkDerivation rec {
)
'';
passthru.updateScript = nix-update-script { };
meta = {
description = "Xournal++ is a handwriting Notetaking software with PDF annotation support";
homepage = "https://xournalpp.github.io/";