guix-commits
[Top][All Lists]
Advanced

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

09/10: gnu: lilv: Enable tests.


From: guix-commits
Subject: 09/10: gnu: lilv: Enable tests.
Date: Wed, 10 Jan 2024 12:41:21 -0500 (EST)

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

commit 8be6d89a9ea1dd191fde4fafb543574b8c4c5af5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 10 12:52:43 2024 +0100

    gnu: lilv: Enable tests.
    
    * gnu/packages/audio.scm (lilv)[arguments]: Use G-expression; enable tests.
    
    Change-Id: I22b36726caa903e26dc07806d7d57816f9841971
---
 gnu/packages/audio.scm | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index f53c1bcf1d..f12b05a32c 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015-2023 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2015-2024 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
 ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2015 Alex Kost <alezost@gmail.com>
@@ -3051,15 +3051,14 @@ frequencies.  This data is then formatted to MIDI and 
written to disk.")
                "1g7f29i0jajswyg67k7hdnmyqk32fmmxw6xppf9fm1mjp2wq5c2g"))))
     (build-system meson-build-system)
     (arguments
-     `(#:tests? #f                      ; no check target
-       #:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'full-store-path-to-shared-library
-           (lambda* (#:key outputs #:allow-other-keys)
-             (with-directory-excursion "bindings/python"
-               (substitute* "lilv.py"
-                 (("liblilv-0.so") (string-append (assoc-ref outputs "out")
-                                                  "/lib/liblilv-0.so")))))))))
+     (list
+      #:phases
+      #~(modify-phases %standard-phases
+          (add-after 'unpack 'full-store-path-to-shared-library
+            (lambda _
+              (with-directory-excursion "bindings/python"
+                (substitute* "lilv.py"
+                  (("liblilv-0.so") (string-append #$output 
"/lib/liblilv-0.so")))))))))
     ;; Required by lilv-0.pc.
     (propagated-inputs
      (list lv2 serd sord sratom))



reply via email to

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