diff options
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 |