aboutsummaryrefslogtreecommitdiff
path: root/manifest.scm
diff options
context:
space:
mode:
authorDavid Moc <personal@cdatgoose.org>2026-05-30 21:53:05 +0200
committerDavid Moc <personal@cdatgoose.org>2026-05-30 21:53:05 +0200
commite930cc6bdc7f62befac063d7d9d016ffb0a64f1a (patch)
tree52118a1e990ae88f5f0410c8caea129609e22e19 /manifest.scm
Added the old repo, refactored it, added the C jit.
Diffstat (limited to 'manifest.scm')
-rw-r--r--manifest.scm20
1 files changed, 20 insertions, 0 deletions
diff --git a/manifest.scm b/manifest.scm
new file mode 100644
index 0000000..ede2f2a
--- /dev/null
+++ b/manifest.scm
@@ -0,0 +1,20 @@
+(specifications->manifest
+ '("clang-toolchain"
+ "make"
+ "pkg-config"
+ "glfw"
+ "mesa"
+ "glu"
+ "font-dejavu"
+ "libx11"
+ "libxrandr"
+ "libxinerama"
+ "libxcursor"
+ "libxi"
+ "libxxf86vm"
+ "glibc"
+ "coreutils"
+ "grep"
+ "sed"
+ "gawk"
+ "bash"))