* [bug#74020] [PATCH] gnu: yoshimi: Fix build.
@ 2024-10-25 21:35 Giacomo Leidi via Guix-patches via
2024-10-26 19:45 ` bug#74020: " Artyom V. Poptsov
0 siblings, 1 reply; 2+ messages in thread
From: Giacomo Leidi via Guix-patches via @ 2024-10-25 21:35 UTC (permalink / raw)
To: 74020; +Cc: Giacomo Leidi
yoshimi was failing because it was trying to create a directory inside
the lv2 store tree.
* gnu/packages/music.scm (yoshimi)[arguments]<configure-flags>:
Explicitly set LV2_INSTALL_DIR.
Change-Id: I697ba879e8633bee99fdfad1e876beca33d114f8
---
gnu/packages/music.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 548836abeb..2f1b446504 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -27,7 +27,7 @@
;;; Copyright © 2019, 2020, 2021 Alexandros Theodotou <alex@zrythm.org>
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
;;; Copyright © 2020 Lars-Dominik Braun <lars@6xq.net>
-;;; Copyright © 2020 Giacomo Leidi <goodoldpaul@autistici.org>
+;;; Copyright © 2020, 2024 Giacomo Leidi <goodoldpaul@autistici.org>
;;; Copyright © 2020, 2022, 2023 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2020 Tanguy Le Carrour <tanguy@bioneland.org>
;;; Copyright © 2020, 2022 Marius Bakke <marius@gnu.org>
@@ -3461,7 +3461,9 @@ (define-public yoshimi
(list
#:tests? #f ; there are no tests
#:configure-flags
- #~(list (string-append "-DCMAKE_INSTALL_DATAROOTDIR="
+ #~(list (string-append "-DLV2_INSTALL_DIR="
+ #$output "/lib/lv2")
+ (string-append "-DCMAKE_INSTALL_DATAROOTDIR="
#$output "/share"))
#:phases
#~(modify-phases %standard-phases
base-commit: a1714de3aa4f60d211c166876c3515f96384b0c7
--
2.46.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#74020: [PATCH] gnu: yoshimi: Fix build.
2024-10-25 21:35 [bug#74020] [PATCH] gnu: yoshimi: Fix build Giacomo Leidi via Guix-patches via
@ 2024-10-26 19:45 ` Artyom V. Poptsov
0 siblings, 0 replies; 2+ messages in thread
From: Artyom V. Poptsov @ 2024-10-26 19:45 UTC (permalink / raw)
To: 74020-done; +Cc: Giacomo Leidi
[-- Attachment #1: Type: text/plain, Size: 336 bytes --]
Giacomo Leidi, thank you for the patch!
Merged to the "master" branch as
269e4034fcaf55324187efffb6ed5ba14d5e9286.
- avp
--
Artyom "avp" Poptsov <poptsov.artyom@gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE B57C E9C5 A2D9 0898 A02F
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 869 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-26 19:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-25 21:35 [bug#74020] [PATCH] gnu: yoshimi: Fix build Giacomo Leidi via Guix-patches via
2024-10-26 19:45 ` bug#74020: " Artyom V. Poptsov
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.