summaryrefslogtreecommitdiff
path: root/libguile/whippet/manifest.scm
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/whippet/manifest.scm')
-rw-r--r--libguile/whippet/manifest.scm11
1 files changed, 11 insertions, 0 deletions
diff --git a/libguile/whippet/manifest.scm b/libguile/whippet/manifest.scm
new file mode 100644
index 000000000..ea35cf3d2
--- /dev/null
+++ b/libguile/whippet/manifest.scm
@@ -0,0 +1,11 @@
+(use-modules (guix packages))
+
+(specifications->manifest
+ '("bash"
+ "coreutils"
+ "gcc-toolchain"
+ "lttng-ust"
+ "glibc"
+ "libgc"
+ "make"
+ "pkg-config"))