aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorPjotr Prins2025-06-27 11:12:56 +0200
committerPjotr Prins2025-06-27 11:12:56 +0200
commitf380f7aaf66d0fc39b9d47b93bd9ba3f69eef26e (patch)
tree5bc549d8e52f9f187c4ff7d6911a2ba4c3336070 /guix.scm
parentd7972ab1179cb051de99d67a5c907f201458cef6 (diff)
downloadpangemma-f380f7aaf66d0fc39b9d47b93bd9ba3f69eef26e.tar.gz
Create gemmalib and get ready with a guile test
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm7
1 files changed, 6 insertions, 1 deletions
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