[PATCH 03/10] gnu: ir: 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)
dc8ad9f86686e29497033d30889988c21a7b1da5.1723741610.git.nikita@domnitskii.me
Change-Id: I8f110b12e9850ba7f49df2cd6192852428c1d2cc
---
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 50d3cdca61..7111264ae0 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2555,10 +2555,6 @@ (define-public ir
zita-convolver))
(native-inputs
(list pkg-config))
- (native-search-paths
- (list (search-path-specification
- (variable "LV2_PATH")
- (files '("lib/lv2")))))
(home-page "https://tomszilagyi.github.io/plugins/ir.lv2")
(synopsis "LV2 convolution reverb")
(description


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

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 72651
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