mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
xournalpp: fix missing icons that prevent start
This commit is contained in:
parent
e97c8b67e3
commit
df6e2c4311
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user