unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#32687: guitarix-lv2 fails to build due to non-existent waf option
@ 2018-09-10 18:35 Thorsten Wilms
  2018-09-10 21:59 ` Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Thorsten Wilms @ 2018-09-10 18:35 UTC (permalink / raw)
  To: 32687

guitarix-lv2-0.37.1 fails with `waf: error: no such option: --lv2-only`


I think the right option is `--no-standalone`, described with "Don't 
build standalone (JACK) application".

---
  gnu/packages/audio.scm | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 3b898c024..7e6feec35 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1291,7 +1291,7 @@ auto-wah.")
      (arguments
       (substitute-keyword-arguments (package-arguments guitarix)
         ((#:configure-flags flags)
-        `(cons "--lv2-only" ,flags))))))
+        `(cons "--no-standalone" ,flags))))))

  (define-public rakarrack
    (package
-- 
2.18.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#32687: guitarix-lv2 fails to build due to non-existent waf option
  2018-09-10 18:35 bug#32687: guitarix-lv2 fails to build due to non-existent waf option Thorsten Wilms
@ 2018-09-10 21:59 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2018-09-10 21:59 UTC (permalink / raw)
  To: t_w_; +Cc: 32687-done


Hi Thorsten,

thanks for the fix!  They must have changed configure flags.

I pushed it with commit 029de52fe9f5f8aa2b2ef462c30118cbb9721f64 to the
master branch after updating and building both guitarix and
guitarix-lv2.

--
Ricardo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-10 22:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-10 18:35 bug#32687: guitarix-lv2 fails to build due to non-existent waf option Thorsten Wilms
2018-09-10 21:59 ` Ricardo Wurmus

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).