-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LilyPond #10290
Labels
0.kind: bug
Something is broken
Milestone
Comments
cc @ttuegel |
Hmm, perhaps we should add |
It's better to set |
adrianpk
added a commit
to adrianpk/nixpkgs
that referenced
this issue
May 31, 2024
Fixes NixOS#10290. Lilypond finds its Guile libraries by looking at the path in argv[0], so it should be hardcoded to the real absolute path to the executable. (cherry picked from commit 2de259f)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With NixOS 15.09 I get this error running LilyPond:
I can work around this (clumsily) by using an old version of
wrapProgram
in LilyPond'spostInstall
. ThiswrapProgram
differs by not including-a "$0"
.This seems to be related to #9562. Changing
argv[0]
apparently can break some users ofwrapProgram
as well as those ofmakeWrapper
.The text was updated successfully, but these errors were encountered: