Remove xournalpp dependency in flake

This commit is contained in:
Julian Mutter 2025-01-16 18:24:18 +01:00
parent d20bcf6a2d
commit 67d5dac0d1
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,9 @@
# Sheet Organizer
A simple tool for organizing and opening digital sheet music on a touch display as part of a digital music stand.
## Dependencies
This tool offers editing pdf using [Xournal++](https://github.com/xournalpp/xournalpp).
## Configuration
You can configure sheet-organizer using an file `config.toml` inside one of your `$XDG_CONFIG_DIRECTORIES` (e.g. `~/.config/sheet-organizer/config.toml`).

View File

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