[PATCH 01/10] gnu: calf: 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)
3f84e43b9fb1e692a082c7c64328924407e46c66.1723741610.git.nikita@domnitskii.me
Change-Id: Ib9ca000aae75826bea7c43e1768fb92d555dc937
---
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 b728220e1f..3859a4a015 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1343,10 +1343,6 @@ (define-public calf
fftw))
(native-inputs
(list pkg-config))
- (native-search-paths
- (list (search-path-specification
- (variable "LV2_PATH")
- (files '("lib/lv2")))))
(home-page "http://calf.sourceforge.net/")
(synopsis "Audio plug-in pack for LV2 and JACK environments")
(description


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

This issue is archived.

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

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