mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
install: Deduplicate packages with %base-package sets.
* gnu/system.scm (%base-packages-interactive): Add nvi. * gnu/system/install.scm (installation-os)[packages]: Remove parted, gptfdisk, ddrescue, cryptsetup, mdadm, dosfstools, btrfs-progs, f2fs-tools, jfstools, openssh, wireless-tools, iw, wpa-supplicant-minimal, iproute, bash-completion, nvi. Add %base-packages-disk-utilities.
This commit is contained in:
parent
e6e076281e
commit
4170af491c
2 changed files with 12 additions and 27 deletions
|
|
@ -56,6 +56,7 @@
|
|||
#:use-module (gnu packages linux)
|
||||
#:use-module (gnu packages man)
|
||||
#:use-module (gnu packages nano)
|
||||
#:use-module (gnu packages nvi)
|
||||
#:use-module (gnu packages package-management)
|
||||
#:use-module (gnu packages pciutils)
|
||||
#:use-module (gnu packages texinfo)
|
||||
|
|
@ -715,6 +716,7 @@ of PROVENANCE-SERVICE-TYPE to its services."
|
|||
(define %base-packages-interactive
|
||||
;; Default set of common interactive packages.
|
||||
(list less zile nano
|
||||
nvi
|
||||
man-db
|
||||
info-reader ;the standalone Info reader (no Perl)
|
||||
bash-completion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue