diff --git a/edix/packages/star-enclosures-3d.scm b/edix/packages/star-enclosures-3d.scm index b4657a0f0d7083a0b54e030bab7a121fafdfa9fe..1fe3a722a53bd80217c877bb52d4d3970b9fae14 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.")