Remove xournalpp dependency in flake
This commit is contained in:
parent
d20bcf6a2d
commit
67d5dac0d1
@ -1,6 +1,9 @@
|
|||||||
# Sheet Organizer
|
# Sheet Organizer
|
||||||
A simple tool for organizing and opening digital sheet music on a touch display as part of a digital music stand.
|
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
|
## 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`).
|
You can configure sheet-organizer using an file `config.toml` inside one of your `$XDG_CONFIG_DIRECTORIES` (e.g. `~/.config/sheet-organizer/config.toml`).
|
||||||
|
|
||||||
|
@ -52,7 +52,6 @@
|
|||||||
with pkgs;
|
with pkgs;
|
||||||
[
|
[
|
||||||
gtk4
|
gtk4
|
||||||
xournalpp # not needed for building
|
|
||||||
]
|
]
|
||||||
++ pkgs.lib.optionals pkgs.stdenv.isDarwin [
|
++ pkgs.lib.optionals pkgs.stdenv.isDarwin [
|
||||||
# Additional darwin specific inputs can be set here
|
# Additional darwin specific inputs can be set here
|
||||||
|
Loading…
x
Reference in New Issue
Block a user