Skip to content
Snippets Groups Projects
Verified Commit c5bfa2da authored by FARGES Olivier's avatar FARGES Olivier
Browse files

debug star-3d

parent bf828844
No related branches found
No related tags found
No related merge requests found
...@@ -43,9 +43,9 @@ ...@@ -43,9 +43,9 @@
(modify-phases %standard-phases (modify-phases %standard-phases
(delete 'configure) (delete 'configure)
(delete 'check) (delete 'check)
(replace 'build ;(replace 'build
(lambda* (#:key make-flags #:allow-other-keys) ; (lambda* (#:key make-flags #:allow-other-keys)
(invoke "make" (string-join make-flags " ")))) ; (invoke "make" (string-join make-flags " "))))
(replace 'install (replace 'install
(lambda* (#:key outputs #:allow-other-keys) (lambda* (#:key outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out"))) (let ((out (assoc-ref outputs "out")))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment