mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06: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 @@ 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…
Add table
Reference in a new issue