Needing help: Can't get rnote to run on NixOS? #813
TornaxO7
started this conversation in
Development
Replies: 1 comment 1 reply
-
hey! You didn't post your |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I've switched to
NixOS
and after a harsh landing to get all dependencies for developing onrnote
, I'm getting the following error message if I'm trying to runrnote
:Reproduction steps
PATH
variable (output fromecho $PATH
):...:~/.local/bin
mkdir -p ~/.local/bin
rnote
:meson setup --prefix=$(readlink -f ~/.local) -Dprofile=devel build
meson compile -C build
meson install -C build
GSETTINGS_SCHEMA_DIR=$(readlink -f ~/.local/share/glib-2.0/schemas) rnote
May I ask if anyone has an idea what I'm doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions