diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-12 00:11:35 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-12 03:33:06 +0100 |
commit | 2d91e5968f66bd71f272d90d0bdea9611448d2fc (patch) | |
tree | 508ef5a4af8a00651b1818b395a504e7fff0fc0b /gnu | |
parent | 268b69f9513b5e53d85b996bad931c7eba5db059 (diff) |
gnu: lilv: Update to 0.24.6.
* gnu/packages/audio.scm (lilv): Update to 0.24.6.
[arguments]: Remove obsolete #:configure-flags.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/audio.scm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index bc79225115..1ef59bbe66 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -1805,22 +1805,20 @@ included are the command line utilities @code{send_osc} and @code{dump_osc}.") (define-public lilv (package (name "lilv") - (version "0.24.4") + (version "0.24.6") (source (origin (method url-fetch) (uri (string-append "https://download.drobilla.net/lilv-" version ".tar.bz2")) (sha256 (base32 - "0f24cd7wkk5l969857g2ydz2kjjrkvvddg1g87xzzs78lsvq8fy3")))) + "1p3hafsxgs5d4za7n66lf5nz74qssfqpmk520cm7iq2njvvlqm2z")))) (build-system waf-build-system) (arguments `(#:tests? #f ; no check target - #:configure-flags (list "--bindings") #:phases (modify-phases %standard-phases - (add-before - 'configure 'set-ldflags + (add-before 'configure 'set-ldflags (lambda* (#:key outputs #:allow-other-keys) (setenv "LDFLAGS" (string-append "-Wl,-rpath=" |