From 75e50d7e253ab82b00a6e41c1ba28576da733922 Mon Sep 17 00:00:00 2001 From: Christoph Alt <typ@ohnebild.com> Date: Thu, 19 Jan 2023 13:22:14 +0100 Subject: [PATCH] updated manifest --- mainfest.scm => manifest.scm | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) rename mainfest.scm => manifest.scm (97%) diff --git a/mainfest.scm b/manifest.scm similarity index 97% rename from mainfest.scm rename to manifest.scm index b743d71..d1742a0 100644 --- a/mainfest.scm +++ b/manifest.scm @@ -125,20 +125,23 @@ (specifications->manifest (list "bash-minimal" + "glibc-locales" + "glibc-bootstrap" + "grep" + "which" "coreutils" ;; "build" ;; "git-minimal" ;; "sed" + "pkg-config" + "openssh" "automake" + ;; "libtool" "cmake" "make" - "proot" - ;; "glibc" - ;; "glibc-bootstrap" - "gcc-toolchain@10.3.0" - "pkg-config" - "openssh" + ;; "proot" + "gcc-toolchain@12.2.0" "openmpi" "openmpi-c++" -- GitLab