xournalpp: fix missing icons that prevent start

This commit is contained in:
Fabian Freihube 2024-07-26 14:35:34 +02:00 committed by Bjørn Forsman
parent e97c8b67e3
commit df6e2c4311

View File

@ -6,6 +6,7 @@
, wrapGAppsHook3
, pkg-config
, adwaita-icon-theme
, alsa-lib
, binutils
, glib
@ -63,6 +64,12 @@ stdenv.mkDerivation rec {
buildFlags = [ "translations" ];
preFixup = ''
gappsWrapperArgs+=(
--prefix XDG_DATA_DIRS : "${adwaita-icon-theme}/share"
)
'';
meta = with lib; {
description = "Xournal++ is a handwriting Notetaking software with PDF annotation support";
homepage = "https://xournalpp.github.io/";