From: Nikita Domnitskii via Guix-patches via <guix-patches@gnu.org>
To: 72648@debbugs.gnu.org
Subject: [bug#72648] [PATCH 07/10] gnu: distrho-ports: Remove LV2_PATH search-path-specification
Date: Fri, 2 Aug 2024 22:59:46 +0600 [thread overview]
Message-ID: <b120a8ef648657ad2c0fe8315bc423879f608d82.1723741610.git.nikita@domnitskii.me> (raw)
In-Reply-To: <cover.1723741610.git.nikita@domnitskii.me>
Change-Id: I507a18d44af3da8efef4afb1cd8120ce83472738
---
gnu/packages/music.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 100a41f87b..df7191d74f 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -57,6 +57,7 @@
;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
;;; Copyright © 2024 Parnikkapore <poomklao@yahoo.com>
;;; Copyright © 2024 hapster <o.rojon@posteo.net>
+;;; Copyright © 2024 Nikita Domnitskii <nikita@domnitskii.me>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -6847,9 +6848,6 @@ (define-public distrho-ports
mesa))
(native-search-paths
(list (search-path-specification
- (variable "LV2_PATH")
- (files '("lib/lv2")))
- (search-path-specification
(variable "VST2_PATH")
(files '("lib/vst")))
(search-path-specification
--
Best Regards,
Nikita Domnitskii
next prev parent reply other threads:[~2024-08-16 4:04 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-15 17:06 [bug#72648] [PATCH 00/10] Move native-search-paths from lv2/ladspa plugins Nikita Domnitskii via Guix-patches via
2024-08-02 16:57 ` [bug#72648] [PATCH 01/10] gnu: calf: Remove native-search-paths Nikita Domnitskii via Guix-patches via
2024-08-02 16:57 ` [bug#72648] [PATCH 02/10] gnu: guitarix: " Nikita Domnitskii via Guix-patches via
2024-08-02 16:57 ` [bug#72648] [PATCH 03/10] gnu: ir: " Nikita Domnitskii via Guix-patches via
2024-08-02 16:58 ` [bug#72648] [PATCH 04/10] gnu: lv2-mda-piano: " Nikita Domnitskii via Guix-patches via
2024-08-02 16:58 ` [bug#72648] [PATCH 05/10] gnu: rubberband: Remove LV2_PATH search-path-specification Nikita Domnitskii via Guix-patches via
2024-08-02 16:59 ` [bug#72648] [PATCH 06/10] gnu: mda-lv2: Remove native-search-paths Nikita Domnitskii via Guix-patches via
2024-08-02 16:59 ` [bug#72648] [PATCH 07/10] gnu: distrho-ports: Remove LV2_PATH search-path-specification Nikita Domnitskii via Guix-patches via
2024-08-02 17:00 ` [bug#72648] [PATCH 08/10] gnu: lv2: Add native-search-paths Nikita Domnitskii via Guix-patches via
2024-08-02 17:04 ` [bug#72648] [PATCH 09/10] gnu: rubberband: Remove native-search-paths Nikita Domnitskii via Guix-patches via
2024-08-02 17:05 ` [bug#72648] [PATCH 10/10] gnu: ladspa: Add native-search-paths Nikita Domnitskii via Guix-patches via
2024-08-02 16:57 ` [bug#72649] [PATCH 01/10] gnu: calf: Remove native-search-paths Nikita Domnitskii via Guix-patches via
2024-08-02 16:57 ` [bug#72648] [PATCH v2 " Nikita Domnitskii via Guix-patches via
2024-08-02 16:57 ` [bug#72650] [PATCH 02/10] gnu: guitarix: " Nikita Domnitskii via Guix-patches via
2024-08-02 16:57 ` [bug#72648] [PATCH v2 " Nikita Domnitskii via Guix-patches via
2024-08-02 16:57 ` [bug#72651] [PATCH 03/10] gnu: ir: " Nikita Domnitskii via Guix-patches via
2024-08-02 16:57 ` [bug#72648] [PATCH v2 " Nikita Domnitskii via Guix-patches via
2024-08-02 16:58 ` [bug#72648] [PATCH 04/10] gnu: lv2-mda-piano: " Nikita Domnitskii via Guix-patches via
2024-08-02 16:58 ` [bug#72648] [PATCH v2 " Nikita Domnitskii via Guix-patches via
2024-08-02 16:58 ` [bug#72648] [PATCH v2 05/10] gnu: rubberband: Remove LV2_PATH search-path-specification Nikita Domnitskii via Guix-patches via
2024-08-02 16:58 ` [bug#72648] [PATCH " Nikita Domnitskii via Guix-patches via
2024-08-02 16:59 ` [bug#72648] [PATCH v2 06/10] gnu: mda-lv2: Remove native-search-paths Nikita Domnitskii via Guix-patches via
2024-08-02 16:59 ` [bug#72648] [PATCH " Nikita Domnitskii via Guix-patches via
2024-08-02 16:59 ` Nikita Domnitskii via Guix-patches via [this message]
2024-08-02 16:59 ` [bug#72648] [PATCH v2 07/10] gnu: distrho-ports: Remove LV2_PATH search-path-specification Nikita Domnitskii via Guix-patches via
2024-08-02 17:00 ` [bug#72648] [PATCH 08/10] gnu: lv2: Add native-search-paths Nikita Domnitskii via Guix-patches via
2024-08-02 17:00 ` [bug#72648] [PATCH v2 " Nikita Domnitskii via Guix-patches via
2024-08-02 17:04 ` [bug#72648] [PATCH v2 09/10] gnu: rubberband: Remove native-search-paths Nikita Domnitskii via Guix-patches via
2024-08-02 17:04 ` [bug#72648] [PATCH " Nikita Domnitskii via Guix-patches via
2024-08-02 17:05 ` [bug#72648] [PATCH 10/10] gnu: ladspa: Add native-search-paths Nikita Domnitskii via Guix-patches via
2024-08-02 17:05 ` [bug#72648] [PATCH v2 " Nikita Domnitskii via Guix-patches via
2024-08-31 17:01 ` bug#72648: [PATCH 00/10] Move native-search-paths from lv2/ladspa plugins Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b120a8ef648657ad2c0fe8315bc423879f608d82.1723741610.git.nikita@domnitskii.me \
--to=guix-patches@gnu.org \
--cc=72648@debbugs.gnu.org \
--cc=nikita@domnitskii.me \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).