[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
35/44: system: hurd: Add guix.
From: |
guix-commits |
Subject: |
35/44: system: hurd: Add guix. |
Date: |
Tue, 21 Apr 2020 15:48:28 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd-vm
in repository guix.
commit a8e0c5ff2c29a720745f2c064b838152bdbaaa79
Author: Jan (janneke) Nieuwenhuizen <address@hidden>
AuthorDate: Tue Apr 7 08:03:03 2020 +0200
system: hurd: Add guix.
* gnu/system/hurd.scm (%base-packages/hurd): Add guix.
---
gnu/system/hurd.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/system/hurd.scm b/gnu/system/hurd.scm
index f0ef9e0..fb3884e 100644
--- a/gnu/system/hurd.scm
+++ b/gnu/system/hurd.scm
@@ -42,6 +42,7 @@
#:use-module (gnu packages hurd)
#:use-module (gnu packages less)
#:use-module (gnu packages m4)
+ #:use-module (gnu packages package-management)
#:use-module (gnu packages ssh)
#:use-module (gnu packages version-control)
#:use-module (gnu services)
@@ -78,8 +79,8 @@
(define %base-packages/hurd
(list hurd bash coreutils file findutils grep sed
- guile-3.0 guile-colorized guile-readline
- net-base inetutils less openssh shepherd which))
+ guile-3.0 guile-colorized guile-readline guix
+ inetutils less net-base openssh shepherd which))
(define %base-services/hurd
(list (service hurd-user-processes-service-type)
- 20/44: services: hurd: Add dummy syslog., (continued)
- 20/44: services: hurd: Add dummy syslog., guix-commits, 2020/04/21
- 26/44: system: hurd: Add openssh service., guix-commits, 2020/04/21
- 31/44: gnu: guix: Cross-build fixup for wrap-program., guix-commits, 2020/04/21
- 13/44: system: hurd: Add less, which to %base-packages/hurd., guix-commits, 2020/04/21
- 12/44: gnu: Add libtirpc/hurd., guix-commits, 2020/04/21
- 08/44: gnu: hurd: Use default Qemu guest ip: 10.0.2.15., guix-commits, 2020/04/21
- 28/44: system: gnu: Add %bootstrap-{gcc, binutils, glibc} for devel profile., guix-commits, 2020/04/21
- 24/44: HACK use uncompiled .scm for shepherd, guix-commits, 2020/04/21
- 23/44: system: hurd: Add the Shepherd., guix-commits, 2020/04/21
- 33/44: gnu: guix: Apply courage for the Hurd., guix-commits, 2020/04/21
- 35/44: system: hurd: Add guix.,
guix-commits <=
- 36/44: system: hurd: Add the guix service., guix-commits, 2020/04/21
- 32/44: gnu: guix: Cross-build fix: override compressors., guix-commits, 2020/04/21
- 37/44: guile: Disable web-server test on the Hurd., guix-commits, 2020/04/21
- 40/44: gnu: guix: Avoid loading (gnu installer) when cross compiling., guix-commits, 2020/04/21
- 39/44: HACK gnu: python: Disable tests on the Hurd., guix-commits, 2020/04/21
- 42/44: Revert "records: Have ABI check work well for cross-compilation.", guix-commits, 2020/04/21
- 41/44: Revert "compile: Run the load phase within 'with-target'.", guix-commits, 2020/04/21
- 44/44: gnu: guix: Run `make update-guix-package'., guix-commits, 2020/04/21
- 38/44: gnu: tcl: Disable troublesome test on the Hurd., guix-commits, 2020/04/21
- 43/44: REMOVEME gnu: guix: Bugfix for cross compiling to the Hurd., guix-commits, 2020/04/21