[PATCH 02/10] gnu: guitarix: Remove native-search-paths

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Nikita Domnitskii
Owner
unassigned
Submitted by
Nikita Domnitskii
Severity
normal

Debbugs page

Nikita Domnitskii wrote 7 months ago
(address . guix-patches@gnu.org)
d301f627b843344a4ff33a79bde93294f5f376f4.1723741610.git.nikita@domnitskii.me
Change-Id: Ie68167853bd896872420a5047fdc36989a814e21
---
gnu/packages/audio.scm | 4 ----
1 file changed, 4 deletions(-)

Toggle diff (20 lines)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 3859a4a015..50d3cdca61 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2448,10 +2448,6 @@ (define-public guitarix
gettext-minimal
pkg-config
sassc))
- (native-search-paths
- (list (search-path-specification
- (variable "LV2_PATH")
- (files '("lib/lv2")))))
(home-page "https://guitarix.org/")
(synopsis "Virtual guitar amplifier")
(description "Guitarix is a virtual guitar amplifier running JACK.


--
Best Regards,
Nikita Domnitskii
Ludovic Courtès wrote 6 months ago
control message for bug #72650
(address . control@debbugs.gnu.org)
87ttf0hbhq.fsf@gnu.org
tags 72650 wontfix
close 72650
quit
?
Your comment

This issue is archived.

To comment on this conversation send an email to 72650@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72650
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help