From d3ec0946ea5d57f822e09d8038c5f1fda65754a8 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Thu, 30 Mar 2023 10:40:28 +0200 Subject: [PATCH] guix: use minimal packages --- contrib/guix/manifest.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/guix/manifest.scm b/contrib/guix/manifest.scm index bc23899..7fc1580 100644 --- a/contrib/guix/manifest.scm +++ b/contrib/guix/manifest.scm @@ -289,7 +289,7 @@ chain for " target " development.")) (list ;; The Basics bash which - coreutils + coreutils-minimal util-linux ;; File(system) inspection file @@ -320,15 +320,15 @@ chain for " target " development.")) gperf gettext-minimal squashfs-tools - cmake + cmake-minimal ;; Native GCC 10 toolchain gcc-toolchain-10 (list gcc-toolchain-10 "static") ;; Scripting perl - python-3 + python-minimal ;; Git - git + git-minimal ;; Xcb xcb-util xcb-util-cursor