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
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue