about summary refs log tree commit diff
path: root/manifest.scm
blob: aa2b3bec6af2f35be558642500a049de08938212 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
;; please do not remove
;; -----------------------
;; Move these dependencies to `propagated-inputs' for the `gn-guile' package in
;; guix-bioinformatics and remove this file.
;;
;; This will help avoid inconsistencies in the list of dependencies when doing
;; development and when deploying.
;; -----------------------
(specifications->manifest
 '("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"))