diff options
author | Pjotr Prins | 2025-06-27 11:12:56 +0200 |
---|---|---|
committer | Pjotr Prins | 2025-06-27 11:12:56 +0200 |
commit | f380f7aaf66d0fc39b9d47b93bd9ba3f69eef26e (patch) | |
tree | 5bc549d8e52f9f187c4ff7d6911a2ba4c3336070 /guix.scm | |
parent | d7972ab1179cb051de99d67a5c907f201458cef6 (diff) | |
download | pangemma-f380f7aaf66d0fc39b9d47b93bd9ba3f69eef26e.tar.gz |
Create gemmalib and get ready with a guile test
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |