summaryrefslogtreecommitdiff
path: root/manifest.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-12-02 12:52:09 -0500
committerDavid Thompson <dthompson2@worcester.edu>2022-12-02 12:54:08 -0500
commit11c63337484fca576f19dc965200ab06e4af9bd1 (patch)
treee47c32034dff653ac36bbae6daac84b2adf5c10e /manifest.scm
parent5e42e7b09a456df2c46bd343463e439a16d3a0c1 (diff)
Clean up autotools config.
Diffstat (limited to 'manifest.scm')
-rw-r--r--manifest.scm9
1 files changed, 9 insertions, 0 deletions
diff --git a/manifest.scm b/manifest.scm
new file mode 100644
index 0000000..2f78a8c
--- /dev/null
+++ b/manifest.scm
@@ -0,0 +1,9 @@
+(use-modules (gnu packages autotools)
+ (gnu packages guile)
+ (guix packages))
+
+(packages->manifest
+ (list autoconf
+ automake
+ gnu-make
+ guile-3.0))