mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
services: Fix /usr/bin/env special file target.
This is a followup to a916215597
.
* gnu/services/base.scm (%base-services): Fix "/usr/bin/env" target.
This commit is contained in:
parent
da966a7a3d
commit
3d8424a5ad
1 changed files with 1 additions and 1 deletions
|
@ -2428,6 +2428,6 @@ (define %base-services
|
|||
`(("/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
|
||||
|
|
Loading…
Reference in a new issue