From 57b8c7d5150b10b68e263f0d123d6c3585331f4f Mon Sep 17 00:00:00 2001 From: Olivier Farges <olivier.farges@univ-lorraine.fr> Date: Sun, 2 Mar 2025 10:01:28 +0100 Subject: [PATCH] star-3d-enclosures ok --- edix/packages/star-enclosures-3d.scm | 2 -- 1 file changed, 2 deletions(-) diff --git a/edix/packages/star-enclosures-3d.scm b/edix/packages/star-enclosures-3d.scm index bdb5e88..3437c44 100644 --- a/edix/packages/star-enclosures-3d.scm +++ b/edix/packages/star-enclosures-3d.scm @@ -17,7 +17,6 @@ #:use-module (edix packages embree-edix) #:use-module (edix packages rsys)) - (define-public star-enclosures-3d (package (name "star-enclosures-3d") @@ -42,7 +41,6 @@ (lambda* (#:key outputs #:allow-other-keys) (let ((out (assoc-ref outputs "out"))) (invoke "make" "install" (string-append "PREFIX=" out)))))))) - (home-page "https://meso-star.com/star-enclosures-3d") ;; Remplacez avec le bon lien (synopsis "Bibliothèque Star-enclosures-3d") (description "Star-enclosures-3d") -- GitLab