From 730fd9d55bbf053eb04ad38e42095e7dfb3aab78 Mon Sep 17 00:00:00 2001 From: Brendan Tildesley Date: Tue, 11 Apr 2023 18:09:49 +1000 Subject: 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 -;;; Copyright © 2015, 2016, 2018 Ricardo Wurmus +;;; Copyright © 2015, 2016, 2018, 2024 Ricardo Wurmus ;;; Copyright © 2018–2021 Tobias Geerinckx-Rice ;;; Copyright © 2019 Julien Lepiller ;;; Copyright © 2020 Alexandros Theodotou @@ -9,6 +9,7 @@ ;;; Copyright © 2020 pukkamustard ;;; Copyright © 2022 Marius Bakke ;;; Copyright © 2022 Maxim Cournoyer +;;; Copyright © 2023 Brendan Tildesley ;;; ;;; This file is part of GNU Guix. ;;; @@ -288,16 +289,8 @@ (define-public serd (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 -- cgit v1.2.3