gnu: sord: Enable tests.
* gnu/packages/rdf.scm (sord)[arguments]: Remove.ldflag hack not needed with meson; enable tests. [home-page]: Update. Change-Id: I03017745594356c4fa714c211aa68101248605cdmaster
parent
02ae792775
commit
813f344cff
|
@ -313,22 +313,13 @@ ideal (e.g. in LV2 implementations or embedded applications).")
|
||||||
(base32
|
(base32
|
||||||
"06vkqk3dnn15zdnzklahib2pvbfspy2zcrnvhmxnw8fbbxyxj3r2"))))
|
"06vkqk3dnn15zdnzklahib2pvbfspy2zcrnvhmxnw8fbbxyxj3r2"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
|
||||||
(list
|
|
||||||
#:tests? #f ; no check target
|
|
||||||
#:phases
|
|
||||||
#~(modify-phases %standard-phases
|
|
||||||
(add-before 'configure 'set-ldflags
|
|
||||||
(lambda _
|
|
||||||
(setenv "LDFLAGS"
|
|
||||||
(string-append "-Wl,-rpath=" #$output "/lib")))))))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list pcre))
|
(list pcre))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list serd)) ; required by sord-0.pc
|
(list serd)) ; required by sord-0.pc
|
||||||
(home-page "https://drobilla.net/software/sord/")
|
(home-page "https://drobilla.net/software/sord.html")
|
||||||
(synopsis "C library for storing RDF data in memory")
|
(synopsis "C library for storing RDF data in memory")
|
||||||
(description
|
(description
|
||||||
"Sord is a lightweight C library for storing RDF data in memory.")
|
"Sord is a lightweight C library for storing RDF data in memory.")
|
||||||
|
|
Reference in New Issue