From fc40cc18d1e6327b42d069d19f47d1719dea7a38 Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Sun, 28 Nov 2021 14:19:58 -0500 Subject: [PATCH] manifest.scm: Removed unneeded development tools --- manifest.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/manifest.scm b/manifest.scm index cc30b72..5aa8850 100644 --- a/manifest.scm +++ b/manifest.scm @@ -34,7 +34,5 @@ (packages->manifest `(,(dev-transform blog-rekahsoft-ca))) (specifications->manifest - `("bash" - "coreutils" - "ghc" + `("coreutils" "glibc-utf8-locales"))))