From f380f7aaf66d0fc39b9d47b93bd9ba3f69eef26e Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Fri, 27 Jun 2025 11:12:56 +0200 Subject: Create gemmalib and get ready with a guile test --- guix.scm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'guix.scm') diff --git a/guix.scm b/guix.scm index e0259a2..a99d66c 100644 --- a/guix.scm +++ b/guix.scm @@ -59,6 +59,11 @@ ninja ruby zlib)) + (propagated-inputs + (list + `("guile" ,guile-3.0-latest) + `("guile-debug" ,guile-3.0-latest "debug"))) + ;; ("gsl-static" ,gsl-static) ;; ("zlib:static" ,zlib "static") (arguments @@ -91,7 +96,7 @@ genome-wide association studies (GWAS).") (build-system gnu-build-system) (propagated-inputs (modify-inputs (package-inputs pangemma-base-git) - (append which binutils coreutils gcc-toolchain premake5 gnu-make ;; for the shell + (append which binutils coreutils gcc-toolchain premake5 gnu-make ;; for the shell ))) (arguments `(#:phases (modify-phases %standard-phases -- cgit v1.2.3