wingo pushed a commit to branch wip-whippet in repository guile. commit b4bf949df695db38cf9a2ca0d6a52d80f3d45f05 Author: Andy Wingo <wi...@igalia.com> AuthorDate: Wed Jul 3 10:38:55 2024 +0200
Add Guix manifest.scm --- manifest.scm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/manifest.scm b/manifest.scm new file mode 100644 index 000000000..fbb5d428c --- /dev/null +++ b/manifest.scm @@ -0,0 +1,10 @@ +(use-modules (guix packages)) + +(specifications->manifest + '("bash" + "coreutils" + "gcc-toolchain" + "glibc" + "libgc" + "make" + "pkg-config"))