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"))