From ff33f3cc9e443f00a77f9f50129207562ef55992 Mon Sep 17 00:00:00 2001 From: Olivier Farges <olivier.farges@univ-lorraine.fr> Date: Sat, 1 Mar 2025 00:48:43 +0100 Subject: [PATCH] debug star-enclosures-3d --- edix/packages/star-enclosures-3d.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/edix/packages/star-enclosures-3d.scm b/edix/packages/star-enclosures-3d.scm index 1fe3a72..a0f0a72 100644 --- a/edix/packages/star-enclosures-3d.scm +++ b/edix/packages/star-enclosures-3d.scm @@ -44,11 +44,11 @@ (modify-phases %standard-phases (delete 'configure) (delete 'check) -(add-before 'build 'set-pkg-config-path - (lambda* (#:key inputs #:allow-other-keys) - (let ((pkgconfig-path (string-append (assoc-ref inputs "star-3d") "/lib/pkgconfig"))) - (setenv "PKG_CONFIG_PATH" (string-append pkgconfig-path ":" (or (getenv "PKG_CONFIG_PATH") ""))) - (format #t "PKG_CONFIG_PATH set to: ~a~%" (getenv "PKG_CONFIG_PATH"))))) +;(add-before 'build 'set-pkg-config-path +; (lambda* (#:key inputs #:allow-other-keys) +; (let ((pkgconfig-path (string-append (assoc-ref inputs "star-3d") "/lib/pkgconfig"))) +; (setenv "PKG_CONFIG_PATH" (string-append pkgconfig-path ":" (or (getenv "PKG_CONFIG_PATH") ""))) +; (format #t "PKG_CONFIG_PATH set to: ~a~%" (getenv "PKG_CONFIG_PATH"))))) (replace 'build (lambda* (#:key make-flags #:allow-other-keys) (invoke "make" (string-join make-flags " ")))) -- GitLab