diff options
author | Pjotr Prins | 2024-05-21 07:49:27 -0500 |
---|---|---|
committer | Pjotr Prins | 2024-05-21 07:49:27 -0500 |
commit | e12150797ca75f1c35d55e16c73848c30937ff77 (patch) | |
tree | 1374f25f9e5939414d4319f706ef98cf3b186c64 /.guix-shell | |
parent | c49852be64533ad5deccfaf64a52017ba3744823 (diff) | |
download | gn-guile-e12150797ca75f1c35d55e16c73848c30937ff77.tar.gz |
Writing json-ld
Diffstat (limited to '.guix-shell')
-rwxr-xr-x | .guix-shell | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.guix-shell b/.guix-shell index d5e9c38..bc81e06 100755 --- a/.guix-shell +++ b/.guix-shell @@ -4,4 +4,4 @@ echo "Create a shell to run tools." -guix shell -L ~/guix-bioinformatics -C -D -F --network coreutils guile guile-dbi guile-dbd-mysql guile-fibers guile-json guile-gnutls guile-readline guile-redis openssl nss-certs gemma parallel tar xz python python-lmdb python-cffi time gemma-gn2 $* +guix shell -L ~/guix-bioinformatics -C -D -F --network coreutils guile guile-dbi guile-dbd-mysql guile-fibers guile-json guile-gnutls guile-readline guile-redis openssl nss-certs gemma parallel tar xz python python-lmdb python-cffi guile-gcrypt guile-hashing time gemma-gn2 $* |