aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-10-30 15:30:46 -0500
committerFrederick Muriuki Muriithi2024-10-30 15:30:46 -0500
commitd73c86f61ca6d48b41e9d608000ff62d3c3ad995 (patch)
tree070bfeec14736cc37efd80ad7a1837ecf16707d0
parentec39b668f9d07c7041ed75dbb5fb5f5798635855 (diff)
downloadgn-guile-d73c86f61ca6d48b41e9d608000ff62d3c3ad995.tar.gz
Add a packages manifest.
Track the dependencies in a manifest that can be updated without errors much easier than on the command-line.
-rw-r--r--manifest.scm23
1 files changed, 23 insertions, 0 deletions
diff --git a/manifest.scm b/manifest.scm
new file mode 100644
index 0000000..80b15ee
--- /dev/null
+++ b/manifest.scm
@@ -0,0 +1,23 @@
+(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"))