[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54571] [PATCH] gnu: music21: Patch executables and add missing depe
From: |
Maxime Devos |
Subject: |
[bug#54571] [PATCH] gnu: music21: Patch executables and add missing dependencies. |
Date: |
Sat, 26 Mar 2022 10:33:22 +0100 |
User-agent: |
Evolution 3.38.3-1 |
jgart via Guix-patches via schreef op vr 25-03-2022 om 21:12 [-0400]:
> + (("/usr/bin/lilypond") (which "lilypond"))
> + (("/usr/bin/mscore3") (which "mscore"))
> + (("/usr/bin/xdg-open") (which "xdg-open"))
> + (("LILYEXEC = 'lilypond'")
> + (string-append "LILYEXEC = '" (which "lilypond") "'")))))
> [...]
> + (inputs
> + (list lilypond
> + musescore
> + xdg-utils))
'which' looks in native-inputs, not the 'inputs', so this is probably
incorrect when cross-compiling. I suggest using (search-input-file
inputs "/bin/lilypond") instead.
Greetings,
Maxime.
signature.asc
Description: This is a digitally signed message part