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
(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="