diff options
Diffstat (limited to 'gnu/system')
| -rw-r--r-- | gnu/system/hurd.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/system/hurd.scm b/gnu/system/hurd.scm index 96aeed37dcc..ede9ed05321 100644 --- a/gnu/system/hurd.scm +++ b/gnu/system/hurd.scm | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2020-2025 Ludovic Courtès <ludo@gnu.org> | 2 | ;;; Copyright © 2020-2025 Ludovic Courtès <ludo@gnu.org> |
| 3 | ;;; Copyright © 2020, 2023, 2024 Janneke Nieuwenhuizen <janneke@gnu.org> | 3 | ;;; Copyright © 2020, 2023, 2024, 2026 Janneke Nieuwenhuizen <janneke@gnu.org> |
| 4 | ;;; | 4 | ;;; |
| 5 | ;;; This file is part of GNU Guix. | 5 | ;;; This file is part of GNU Guix. |
| 6 | ;;; | 6 | ;;; |
| @@ -37,6 +37,7 @@ | |||
| 37 | #:use-module (gnu packages hurd) | 37 | #:use-module (gnu packages hurd) |
| 38 | #:use-module (gnu packages less) | 38 | #:use-module (gnu packages less) |
| 39 | #:use-module (gnu packages linux) | 39 | #:use-module (gnu packages linux) |
| 40 | #:use-module (gnu packages pciutils) | ||
| 40 | #:use-module (gnu packages texinfo) | 41 | #:use-module (gnu packages texinfo) |
| 41 | #:use-module (gnu services) | 42 | #:use-module (gnu services) |
| 42 | #:use-module (gnu services base) | 43 | #:use-module (gnu services base) |
| @@ -72,7 +73,7 @@ | |||
| 72 | diffutils patch gawk tar gzip bzip2 xz lzip zstd | 73 | diffutils patch gawk tar gzip bzip2 xz lzip zstd |
| 73 | guile-3.0-latest guile-colorized guile-readline | 74 | guile-3.0-latest guile-colorized guile-readline |
| 74 | net-base nss-certs inetutils less procps shadow sudo which | 75 | net-base nss-certs inetutils less procps shadow sudo which |
| 75 | info-reader)) | 76 | info-reader pciutils)) |
| 76 | 77 | ||
| 77 | (define %base-services/hurd | 78 | (define %base-services/hurd |
| 78 | (append (list (service hurd-console-service-type | 79 | (append (list (service hurd-console-service-type |
