diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/manifests/cross-compile.scm | 2 | ||||
| -rw-r--r-- | etc/manifests/release-desktop.scm | 2 | ||||
| -rw-r--r-- | etc/manifests/release-minimal.scm | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/etc/manifests/cross-compile.scm b/etc/manifests/cross-compile.scm index c74e62ab10b..9094ac40add 100644 --- a/etc/manifests/cross-compile.scm +++ b/etc/manifests/cross-compile.scm | |||
| @@ -68,7 +68,7 @@ TARGET." | |||
| 68 | ;; Key packages proposed by the Guix System installer. | 68 | ;; Key packages proposed by the Guix System installer. |
| 69 | (map specification->package | 69 | (map specification->package |
| 70 | '("openssh" "tor" "ntp" "gpm" | 70 | '("openssh" "tor" "ntp" "gpm" |
| 71 | "connman" "network-manager" "wpa-supplicant" "isc-dhcp" "cups" | 71 | "connman" "network-manager" "wpa-supplicant" "dhcpcd" "cups" |
| 72 | "linux-libre" "grub-hybrid"))) | 72 | "linux-libre" "grub-hybrid"))) |
| 73 | 73 | ||
| 74 | (define (%system-gui-packages target) | 74 | (define (%system-gui-packages target) |
diff --git a/etc/manifests/release-desktop.scm b/etc/manifests/release-desktop.scm index 89175418bc2..09c03e6e217 100644 --- a/etc/manifests/release-desktop.scm +++ b/etc/manifests/release-desktop.scm | |||
| @@ -117,7 +117,7 @@ | |||
| 117 | "usbutils" | 117 | "usbutils" |
| 118 | "util-linux-with-udev" | 118 | "util-linux-with-udev" |
| 119 | "kmod" | 119 | "kmod" |
| 120 | "isc-dhcp" | 120 | "dhcpcd" |
| 121 | "iproute2" | 121 | "iproute2" |
| 122 | "wget" | 122 | "wget" |
| 123 | "nss-certs" | 123 | "nss-certs" |
diff --git a/etc/manifests/release-minimal.scm b/etc/manifests/release-minimal.scm index 5a1f3dcdc80..d1c4fe3acca 100644 --- a/etc/manifests/release-minimal.scm +++ b/etc/manifests/release-minimal.scm | |||
| @@ -48,7 +48,7 @@ TARGET." | |||
| 48 | (append (map specification->package | 48 | (append (map specification->package |
| 49 | '("guix" "shepherd" "guile-static-initrd" | 49 | '("guix" "shepherd" "guile-static-initrd" |
| 50 | "openssh" "tor" "ntp" "gpm" "mingetty" | 50 | "openssh" "tor" "ntp" "gpm" "mingetty" |
| 51 | "connman" "network-manager" "wpa-supplicant" "isc-dhcp" "cups" | 51 | "connman" "network-manager" "wpa-supplicant" "dhcpcd" "cups" |
| 52 | "linux-libre" "grub-hybrid" | 52 | "linux-libre" "grub-hybrid" |
| 53 | ;; privileged programs | 53 | ;; privileged programs |
| 54 | "shadow" "sudo" "fuse" "inetutils" "util-linux")) | 54 | "shadow" "sudo" "fuse" "inetutils" "util-linux")) |
