Add possibility to open xournalpp directly

This commit is contained in:
2024-06-28 11:19:56 +02:00
parent d7379a2a9f
commit e201539219
4 changed files with 82 additions and 37 deletions

View File

@ -54,7 +54,10 @@
buildInputs =
with pkgs;
[ gtk4 ]
[
gtk4
xournalpp # not needed for building
]
++ pkgs.lib.optionals pkgs.stdenv.isDarwin [
# Additional darwin specific inputs can be set here
pkgs.libiconv