[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50722] [PATCH] gnu: Update amsynth to 1.12.2
From: |
Maxime Devos |
Subject: |
[bug#50722] [PATCH] gnu: Update amsynth to 1.12.2 |
Date: |
Sun, 26 Sep 2021 22:19:51 +0200 |
User-agent: |
Evolution 3.34.2 |
Thomas Albers via Guix-patches via schreef op di 21-09-2021 om 16:17 [+0200]:
>
> [...]
> (arguments
> `(#:phases
> @@ -2372,13 +2373,12 @@ special variant of additive synthesis.")
> (lambda _
> (substitute* "src/GUI/editor_pane.c"
> (("/usr/bin/unzip") (which "unzip")))
Needs to be (string-append (assoc-ref inputs "unzip") "/bin/unzip")
for cross-compilation.
> - (substitute* "src/GUI/GUI.cc"
> + (substitute* "src/GUI/MainMenu.cpp"
> (("/usr/bin/which") (which "which")))
Likewise.
Greetings,
Maxime.
signature.asc
Description: This is a digitally signed message part