diff options
| author | Pjotr Prins | 2025-11-23 12:44:20 +0100 |
|---|---|---|
| committer | Pjotr Prins | 2025-11-23 12:44:20 +0100 |
| commit | ff196955e3ca5bdd671a44f852f42323d3828be2 (patch) | |
| tree | 1a1a12dea794dff9df5f4ca991740cbaf48c992a /guix.scm | |
| parent | 663778957ad37d5c7806d4f17c1f2e77b2b268fa (diff) | |
| download | pangemma-ff196955e3ca5bdd671a44f852f42323d3828be2.tar.gz | |
Adding comments
Diffstat (limited to 'guix.scm')
| -rw-r--r-- | guix.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix.scm b/guix.scm index 1dff8b4..469a032 100644 --- a/guix.scm +++ b/guix.scm @@ -99,7 +99,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 gdb ;; for the shell ))) (arguments `(#:phases (modify-phases %standard-phases |
