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:
Ludovic Courtès 2019-09-12 22:39:01 +02:00
parent da966a7a3d
commit 3d8424a5ad
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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