[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/17: system: hurd: Add procps to %base-packages/hurd.
From: |
guix-commits |
Subject: |
09/17: system: hurd: Add procps to %base-packages/hurd. |
Date: |
Fri, 15 Sep 2023 16:15:17 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 72eb147f76f674c7594c4b754cca2930340da025
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 031003bace), guix-commits, 2023/09/15
- 09/17: system: hurd: Add procps to %base-packages/hurd.,
guix-commits <=
- 14/17: gnu: Add libc-locales-for-target and glibc-locales/hurd., guix-commits, 2023/09/15
- 17/17: Revert "DRAFT daemon: Support chroot builds on GNU/Hurd.", guix-commits, 2023/09/15
- 08/17: hurd-boot: Support system init: Create essential device nodes., guix-commits, 2023/09/15
- 12/17: DRAFT hurd-boot: Support second boot., guix-commits, 2023/09/15
- 04/17: maint: Support `guix shell' in Guix's git archive with manifest.scm., guix-commits, 2023/09/15
- 16/17: DRAFT daemon: Support chroot builds on GNU/Hurd., guix-commits, 2023/09/15
- 03/17: gnu: guix: Update to 1.4.0-12.4ec9f1ad38., guix-commits, 2023/09/15
- 01/17: self: Build directories in chunks of max 25 files at a time., guix-commits, 2023/09/15
- 02/17: gnu: guix: Update to 1.4.0-11.51b13b744e., guix-commits, 2023/09/15
- 05/17: gnu: gdk-pixbuf: Build without gobject-introspection for the Hurd., guix-commits, 2023/09/15