guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/10: gnu: serd: Enable tests.


From: guix-commits
Subject: 03/10: gnu: serd: Enable tests.
Date: Wed, 10 Jan 2024 07:28:28 -0500 (EST)

rekado pushed a commit to branch wip-easyeffects-62771
in repository guix.

commit 54d5aa23d2da3f6a18c11fb2901adfa3dff3aa8b
Author: Brendan Tildesley <mail@brendan.scot>
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 <andreas@enge.fr>
-;;; Copyright © 2015, 2016, 2018 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2015, 2016, 2018, 2024 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2019 Julien Lepiller <julien@lepiller.eu>
 ;;; Copyright © 2020 Alexandros Theodotou <alex@zrythm.org>
@@ -9,6 +9,7 @@
 ;;; Copyright © 2020 pukkamustard <pukkamustard@posteo.net>
 ;;; Copyright © 2022 Marius Bakke <marius@gnu.org>
 ;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2023 Brendan Tildesley <mail@brendan.scot>
 ;;;
 ;;; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]