Skip to content

Commit

Permalink
xournalpp: add icon dependency to fix crashing
Browse files Browse the repository at this point in the history
Added adwaita-icon-theme as a dependency to fix crashing.
  • Loading branch information
Jdogzz authored Jul 15, 2024
1 parent d50a509 commit 90b6131
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/applications/graphics/xournalpp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
, wrapGAppsHook3
, pkg-config

, adwaita-icon-theme
, alsa-lib
, binutils
, glib
Expand Down Expand Up @@ -46,6 +47,7 @@ stdenv.mkDerivation rec {
lib.optionals stdenv.isLinux [
alsa-lib
] ++ [
adwaita-icon-theme
glib
gsettings-desktop-schemas
gtk3
Expand Down

0 comments on commit 90b6131

Please sign in to comment.