guix-commits
[Top][All Lists]
Advanced

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

05/20: gnu: sord: Enable tests.


From: guix-commits
Subject: 05/20: gnu: sord: Enable tests.
Date: Thu, 11 Jan 2024 08:41:17 -0500 (EST)

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

commit d89cca753a8e9287b012201e0d0dc3ecba66525b
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Tue Apr 11 18:09:50 2023 +1000

    gnu: sord: Enable tests.
    
    * gnu/packages/rdf.scm (sord)[arguments]: Remove.ldflag hack not needed with
    meson; enable tests.
    [home-page]: Update.
    
    Change-Id: I03017745594356c4fa714c211aa68101248605cd
---
 gnu/packages/rdf.scm | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm
index 6c0bf5b6bd..c1da8e3652 100644
--- a/gnu/packages/rdf.scm
+++ b/gnu/packages/rdf.scm
@@ -313,22 +313,13 @@ ideal (e.g. in LV2 implementations or embedded 
applications).")
               (base32
                "06vkqk3dnn15zdnzklahib2pvbfspy2zcrnvhmxnw8fbbxyxj3r2"))))
     (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
      (list pcre))
     (native-inputs
      (list pkg-config))
     (propagated-inputs
      (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")
     (description
      "Sord is a lightweight C library for storing RDF data in memory.")



reply via email to

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