summaryrefslogtreecommitdiff
path: root/manifest.scm
diff options
context:
space:
mode:
authorRobby Zambito <contact@robbyzambito.me>2021-11-25 10:16:06 -0500
committerRobby Zambito <contact@robbyzambito.me>2021-11-25 10:16:06 -0500
commit4da70f3c35f3d5d971a27725ffbbc67f634c30b8 (patch)
treecdc2543198b0c9c2c8368339925176719202925f /manifest.scm
parentca2a01f92e6c62aaa926edb22f5cd9f8259244c8 (diff)
Added manifest.scm
Useful for creating reproducible build environments Also bumped guile version to 3.0 Moved stdio.h include above readline includes.
Diffstat (limited to 'manifest.scm')
-rw-r--r--manifest.scm8
1 files changed, 8 insertions, 0 deletions
diff --git a/manifest.scm b/manifest.scm
new file mode 100644
index 0000000..69a412e
--- /dev/null
+++ b/manifest.scm
@@ -0,0 +1,8 @@
+(specifications->manifest
+ '("readline"
+ "guile@3"
+ "gcc-toolchain"
+ "git"
+ "coreutils"
+ "pkg-config"
+ "make"))