unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Thorsten Wilms <t_w_@freenet.de>
To: 32687@debbugs.gnu.org
Subject: bug#32687: guitarix-lv2 fails to build due to non-existent waf option
Date: Mon, 10 Sep 2018 20:35:57 +0200	[thread overview]
Message-ID: <cf5d20fe-a569-56e6-eec7-7637ac8cb590@freenet.de> (raw)

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

             reply	other threads:[~2018-09-10 18:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-10 18:35 Thorsten Wilms [this message]
2018-09-10 21:59 ` bug#32687: guitarix-lv2 fails to build due to non-existent waf option Ricardo Wurmus

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=cf5d20fe-a569-56e6-eec7-7637ac8cb590@freenet.de \
    --to=t_w_@freenet.de \
    --cc=32687@debbugs.gnu.org \
    /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).