mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge branch 'core-updates'
Conflicts: gnu/packages/bootstrap.scm
This commit is contained in:
commit
57b7e1a62d
98 changed files with 2277 additions and 987 deletions
|
@ -45,17 +45,15 @@ path value is appended."
|
|||
(($ <search-path-specification>
|
||||
variable directories separator)
|
||||
(let* ((current (getenv variable))
|
||||
(path ((@@ (guix build utils) search-path-as-list)
|
||||
directories paths))
|
||||
(value (list->search-path-as-string path separator)))
|
||||
(path (search-path-as-list directories paths))
|
||||
(value (list->search-path-as-string path separator)))
|
||||
(proc variable
|
||||
(if (and current (not pure?))
|
||||
(string-append value separator current)
|
||||
value)))))
|
||||
(cons* (search-path-specification
|
||||
(variable "PATH")
|
||||
(directories '("bin" "sbin"))
|
||||
(separator ":"))
|
||||
(files '("bin" "sbin")))
|
||||
(delete-duplicates
|
||||
(append-map package-native-search-paths inputs))))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue