me
/
guix
Archived
1
0
Fork 0

gnu: lilv: Update to 0.24.6.

* gnu/packages/audio.scm (lilv): Update to 0.24.6.
[arguments]: Remove obsolete #:configure-flags.
master
Tobias Geerinckx-Rice 2019-11-12 00:11:35 +01:00
parent 268b69f951
commit 2d91e5968f
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 3 additions and 5 deletions

View File

@ -1805,22 +1805,20 @@ included are the command line utilities @code{send_osc} and @code{dump_osc}.")
(define-public lilv (define-public lilv
(package (package
(name "lilv") (name "lilv")
(version "0.24.4") (version "0.24.6")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://download.drobilla.net/lilv-" (uri (string-append "https://download.drobilla.net/lilv-"
version ".tar.bz2")) version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0f24cd7wkk5l969857g2ydz2kjjrkvvddg1g87xzzs78lsvq8fy3")))) "1p3hafsxgs5d4za7n66lf5nz74qssfqpmk520cm7iq2njvvlqm2z"))))
(build-system waf-build-system) (build-system waf-build-system)
(arguments (arguments
`(#:tests? #f ; no check target `(#:tests? #f ; no check target
#:configure-flags (list "--bindings")
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-before (add-before 'configure 'set-ldflags
'configure 'set-ldflags
(lambda* (#:key outputs #:allow-other-keys) (lambda* (#:key outputs #:allow-other-keys)
(setenv "LDFLAGS" (setenv "LDFLAGS"
(string-append "-Wl,-rpath=" (string-append "-Wl,-rpath="