From 64850fcf628696a79abaf10e9e2e0a7a542ffcda Mon Sep 17 00:00:00 2001
From: Olivier Farges <olivier.farges@univ-lorraine.fr>
Date: Fri, 28 Feb 2025 23:42:42 +0100
Subject: [PATCH] debug star-enclosures-3d

---
 edix/packages/star-enclosures-3d.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/edix/packages/star-enclosures-3d.scm b/edix/packages/star-enclosures-3d.scm
index b4657a0..1fe3a72 100644
--- a/edix/packages/star-enclosures-3d.scm
+++ b/edix/packages/star-enclosures-3d.scm
@@ -55,7 +55,7 @@
 	(replace 'install
 		 (lambda* (#:key outputs #:allow-other-keys)
 			  (let ((out (assoc-ref outputs "out")))
-			    (invoke "make" "install" (string-append "PREFIX=" out)))))))
+			    (invoke "make" "install" (string-append "PREFIX=" out))))))))
     (home-page "https://meso-star.com/star-vx") ;; Remplacez avec le bon lien
     (synopsis "Bibliothèque Star-VX")
     (description "Star-VX est une bibliothèque de traitement de structures de données arborescentes.")
-- 
GitLab