[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/36: gnu: hurd: Fix references to /bin/w.
From: |
guix-commits |
Subject: |
13/36: gnu: hurd: Fix references to /bin/w. |
Date: |
Fri, 24 Apr 2020 08:14:08 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd-vm
in repository guix.
commit b143aa0c1e0eddbddc92096493fb1953a8fe4c63
Author: Rene Saavedra <address@hidden>
AuthorDate: Sun Apr 12 22:33:08 2020 -0500
gnu: hurd: Fix references to /bin/w.
* gnu/packages/hurd.scm (hurd): Use '/bin/w' from hurd package.
---
gnu/packages/hurd.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 88af75c..fcbbaad 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -5,6 +5,7 @@
;;; Copyright © 2020 Marius Bakke <address@hidden>
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <address@hidden>
;;; Copyright © 2020 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2020 Rene Saavedra <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -398,6 +399,9 @@ boot, since this cannot be done from GNU/Linux."
(substitute* '("startup/startup.c" "init/init.c" "config/ttys")
(("/libexec/")
(string-append out "/libexec/")))
+ (substitute* '("utils/uptime.sh")
+ (("/bin/w")
+ (string-append out "/bin/w")))
(substitute* "daemons/console-run.c"
(("/hurd/")
(string-append out "/hurd/")))
- 06/36: gnu: guix: Cross-build workaround: Run native guile for version., (continued)
- 06/36: gnu: guix: Cross-build workaround: Run native guile for version., guix-commits, 2020/04/24
- 14/36: gnu: hurd: Use default Qemu guest ip: 10.0.2.15., guix-commits, 2020/04/24
- 10/36: gnu: guix: Run `make update-guix-package'., guix-commits, 2020/04/24
- 11/36: vm: Make the device node procedure a parameter., guix-commits, 2020/04/24
- 12/36: gnu: hurd: Build DDE libraries., guix-commits, 2020/04/24
- 17/36: gnu: hurd: Add NFS support., guix-commits, 2020/04/24
- 19/36: system: hurd: Add less, which to %base-packages/hurd., guix-commits, 2020/04/24
- 03/36: gnu: guix: Apply courage for the Hurd., guix-commits, 2020/04/24
- 15/36: gnu: Add dde-sources., guix-commits, 2020/04/24
- 16/36: gnu: Add netdde., guix-commits, 2020/04/24
- 13/36: gnu: hurd: Fix references to /bin/w.,
guix-commits <=
- 18/36: gnu: Add libtirpc/hurd., guix-commits, 2020/04/24
- 23/36: services: Add hurd-ttys-service-type., guix-commits, 2020/04/24
- 21/36: services: Add hurd., guix-commits, 2020/04/24
- 24/36: services: Add hurd-user-services-service-type., guix-commits, 2020/04/24
- 25/36: services: Add guix-daemon-service as a Hurd service., guix-commits, 2020/04/24
- 26/36: services: hurd: Add dummy syslog., guix-commits, 2020/04/24
- 27/36: services: hurd: Add dummy loopback., guix-commits, 2020/04/24
- 22/36: services: Add hurd-console-service-type., guix-commits, 2020/04/24
- 30/36: system: gnu: Populate "/etc" from "/boot/activation"., guix-commits, 2020/04/24
- 28/36: services: Add openssh-service as a Hurd service., guix-commits, 2020/04/24