diff options
| author | Pjotr Prins | 2022-02-15 02:37:18 -0600 |
|---|---|---|
| committer | Pjotr Prins | 2022-02-15 02:37:18 -0600 |
| commit | 1a55947df438392d340840e0b0e5cc25d284cd25 (patch) | |
| tree | 13fc01c08bcd7068ae06cd5bbf38f55e099fd0f2 | |
| parent | 5caf9487f3d69c43ce296345363c52b2bdcf0b7f (diff) | |
| download | pangemma-1a55947df438392d340840e0b0e5cc25d284cd25.tar.gz | |
Notes on Guix
| -rw-r--r-- | INSTALL.md | 4 | ||||
| -rw-r--r-- | guix.scm | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index 8c0fdb0..f5c02b9 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -59,7 +59,9 @@ which is maintained by the authors. See the env GUIX_PACKAGE_PATH=./guix-bioinformatics guix package -A gemma To build GEMMA from source you can opt to install the build tools with -GNU Guix, the current build container is in [guix-dev](./.guix-dev) +GNU Guix, the current build container is in [guix.scm](guix.scm). See the first lines on how to create one using `guix shell`. + +An alternative is the command line invocation of [guix-dev](./.guix-dev) source .guix-dev make diff --git a/guix.scm b/guix.scm index 188c842..35964ff 100644 --- a/guix.scm +++ b/guix.scm @@ -5,6 +5,7 @@ ;; To get a development container (e.g., run in emacs shell). ;; ;; guix environment -C -l guix.scm +;; guix shell -C -f guix.scm (use-modules ((guix licenses) #:prefix license:) |
