rekado pushed a commit to branch wip-easyeffects-62771
in repository guix.
commit 2d54706f44d1813b8d9f9abef406ab6c89ac1a44
Author: Brendan Tildesley <[email protected]>
AuthorDate: Tue Apr 11 18:09:49 2023 +1000
gnu: serd: Enable tests.
* gnu/packages/rdf.scm (serd)[arguments]: Remove.
[native-inputs]: Add python-minimal.
Change-Id: Ice5ceac6b432474b70a7dc171cd3a6bb68dc97fd
---
gnu/packages/rdf.scm | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm
index 23f020df28..c170f5bf20 100644
--- a/gnu/packages/rdf.scm
+++ b/gnu/packages/rdf.scm
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013, 2014, 2015 Andreas Enge <[email protected]>
-;;; Copyright © 2015, 2016, 2018 Ricardo Wurmus <[email protected]>
+;;; Copyright © 2015, 2016, 2018, 2024 Ricardo Wurmus <[email protected]>
;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2019 Julien Lepiller <[email protected]>
;;; Copyright © 2020 Alexandros Theodotou <[email protected]>
@@ -9,6 +9,7 @@
;;; Copyright © 2020 pukkamustard <[email protected]>
;;; Copyright © 2022 Marius Bakke <[email protected]>
;;; Copyright © 2022 Maxim Cournoyer <[email protected]>
+;;; Copyright © 2023 Brendan Tildesley <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -288,16 +289,8 @@ and triple stores.")
(base32
"0ilimkczibiwwvc12i14b8zi6ng42hjf9j907g8dik8rlmnlh3zm"))))
(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")))))))
- (home-page "https://drobilla.net/software/serd/")
+ (native-inputs (list python-minimal))
+ (home-page "https://drobilla.net/software/serd.html")
(synopsis "Library for RDF syntax supporting Turtle and NTriples")
(description
"Serd is a lightweight C library for RDF syntax which supports reading