[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: services: Fix /usr/bin/env special file target.
From: |
guix-commits |
Subject: |
03/06: services: Fix /usr/bin/env special file target. |
Date: |
Thu, 12 Sep 2019 17:25:50 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 3d8424a5ad96452ae2bfd98d970f6047cc17b5fa
Author: Ludovic Courtès <address@hidden>
Date: Thu Sep 12 22:39:01 2019 +0200
services: Fix /usr/bin/env special file target.
This is a followup to a9162155975a131afa1e6a44262afbb7af91f7fd.
* gnu/services/base.scm (%base-services): Fix "/usr/bin/env" target.
---
gnu/services/base.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/services/base.scm b/gnu/services/base.scm
index 97c53ee..25716ef 100644
--- a/gnu/services/base.scm
+++ b/gnu/services/base.scm
@@ -2428,6 +2428,6 @@ to handle."
`(("/bin/sh" ,(file-append (canonical-package bash)
"/bin/sh"))
("/usr/bin/env" ,(file-append (canonical-package coreutils)
- "/usr/bin/env"))))))
+ "/bin/env"))))))
;;; base.scm ends here
- branch master updated (f58b2f3 -> 86ce369), guix-commits, 2019/09/12
- 02/06: linux-container: Exclude more services when sharing networking with the host., guix-commits, 2019/09/12
- 03/06: services: Fix /usr/bin/env special file target.,
guix-commits <=
- 04/06: linux-container: "run-container" scripts shows the container's PID., guix-commits, 2019/09/12
- 01/06: file-systems: Add /var/run/nscd to '%network-file-mappings'., guix-commits, 2019/09/12
- 05/06: gnu: Add emacs-doom-themes., guix-commits, 2019/09/12
- 06/06: gnu: emacs-interactive-align: Update to 0.4.2., guix-commits, 2019/09/12