mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
channels: Use a declarative profile.
* guix/channels.scm (package-cache-file): Use 'profile' instead of 'profile-derivation'.
This commit is contained in:
parent
0e5c2d5e14
commit
ccbc427f9a
1 changed files with 1 additions and 3 deletions
|
@ -568,9 +568,7 @@ (define (instance->entry instance drv)
|
|||
(define (package-cache-file manifest)
|
||||
"Build a package cache file for the instance in MANIFEST. This is meant to
|
||||
be used as a profile hook."
|
||||
(mlet %store-monad ((profile (profile-derivation manifest
|
||||
#:hooks '())))
|
||||
|
||||
(let ((profile (profile (content manifest) (hooks '()))))
|
||||
(define build
|
||||
#~(begin
|
||||
(use-modules (gnu packages))
|
||||
|
|
Loading…
Reference in a new issue