guix: use minimal packages

This commit is contained in:
tobtoht 2023-03-30 10:40:28 +02:00
parent 04725a6a7c
commit d3ec0946ea
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -289,7 +289,7 @@ chain for " target " development."))
(list ;; The Basics (list ;; The Basics
bash bash
which which
coreutils coreutils-minimal
util-linux util-linux
;; File(system) inspection ;; File(system) inspection
file file
@ -320,15 +320,15 @@ chain for " target " development."))
gperf gperf
gettext-minimal gettext-minimal
squashfs-tools squashfs-tools
cmake cmake-minimal
;; Native GCC 10 toolchain ;; Native GCC 10 toolchain
gcc-toolchain-10 gcc-toolchain-10
(list gcc-toolchain-10 "static") (list gcc-toolchain-10 "static")
;; Scripting ;; Scripting
perl perl
python-3 python-minimal
;; Git ;; Git
git git-minimal
;; Xcb ;; Xcb
xcb-util xcb-util
xcb-util-cursor xcb-util-cursor