mirror of
https://github.com/feather-wallet/feather.git
synced 2025-03-22 23:08:44 +00:00
guix: use minimal packages
This commit is contained in:
parent
04725a6a7c
commit
d3ec0946ea
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue