mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge branch 'master' into core-updates
This commit is contained in:
commit
8b6ad165d1
40 changed files with 3564 additions and 856 deletions
|
@ -1027,4 +1027,10 @@ program. It supports a wide variety of different encodings.")
|
|||
(proc (module-ref iface 'canonical-package)))
|
||||
(proc package)))
|
||||
|
||||
(define-public (%final-inputs)
|
||||
"Return the list of \"final inputs\"."
|
||||
;; Avoid circular dependency by lazily resolving 'commencement'.
|
||||
(let ((iface (resolve-interface '(gnu packages commencement))))
|
||||
(module-ref iface '%final-inputs)))
|
||||
|
||||
;;; base.scm ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue