[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/14: system: hurd: Add procps to %base-packages/hurd.
From: |
guix-commits |
Subject: |
06/14: system: hurd: Add procps to %base-packages/hurd. |
Date: |
Wed, 23 Aug 2023 12:35:36 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 33b2526f31d81ac730f6c84b2d70a7f37c5352be
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed Jun 14 12:14:54 2023 +0200
system: hurd: Add procps to %base-packages/hurd.
* gnu/system/hurd.scm (%base-packages/hurd): Add procps.
---
gnu/system/hurd.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/system/hurd.scm b/gnu/system/hurd.scm
index 22dafae622..5f3538663d 100644
--- a/gnu/system/hurd.scm
+++ b/gnu/system/hurd.scm
@@ -34,6 +34,7 @@
#:use-module (gnu packages guile-xyz)
#:use-module (gnu packages hurd)
#:use-module (gnu packages less)
+ #:use-module (gnu packages linux)
#:use-module (gnu packages texinfo)
#:use-module (gnu services)
#:use-module (gnu services base)
@@ -71,7 +72,7 @@
(list shepherd-0.8 hurd netdde bash coreutils file findutils grep sed
diffutils patch gawk tar gzip bzip2 xz lzip
guile-3.0-latest guile-colorized guile-readline
- net-base inetutils less shadow sudo which
+ net-base inetutils less procps shadow sudo which
info-reader))
(define %base-services/hurd
- branch hurd-team created (now 156579d5c3), guix-commits, 2023/08/23
- 02/14: gnu: guix: Update to 1.4.0-11.db02fcde38., guix-commits, 2023/08/23
- 05/14: hurd-boot: Support system init: Create essential device nodes., guix-commits, 2023/08/23
- 08/14: DRAFT hurd: Support second boot., guix-commits, 2023/08/23
- 07/14: system: hurd: Add swap-services to hurd-default-essential-services., guix-commits, 2023/08/23
- 10/14: DRAFT system: examples: Add devel-hurd.tmpl., guix-commits, 2023/08/23
- 12/14: locale: Set %default-locale-definitions to glibc/hurd on the Hurd., guix-commits, 2023/08/23
- 13/14: DRAFT daemon: Support chroot builds on GNU/Hurd., guix-commits, 2023/08/23
- 01/14: self: Build directories in chunks of max 25 files at a time., guix-commits, 2023/08/23
- 06/14: system: hurd: Add procps to %base-packages/hurd.,
guix-commits <=
- 09/14: DRAFT hurd-boot: Support second boot., guix-commits, 2023/08/23
- 03/14: maint: Support `guix shell' in Guix's git archive with manifest.scm., guix-commits, 2023/08/23
- 14/14: Revert "DRAFT daemon: Support chroot builds on GNU/Hurd.", guix-commits, 2023/08/23
- 04/14: hurd: Support system init in /libexec/runsystem., guix-commits, 2023/08/23
- 11/14: gnu: Add libc-locales-for-target and glibc-locales/hurd., guix-commits, 2023/08/23