summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--manifest.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifest.scm b/manifest.scm
new file mode 100644
index 0000000..0589a4e
--- /dev/null
+++ b/manifest.scm
@@ -0,0 +1,6 @@
+(packages->manifest
+ (map specification->package
+ (list "gcc-toolchain"
+ "libx11"
+ "libxi"
+ "make")))