mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
pull: Add (guix profiling) to the build environment.
Reported by Ricardo Wurmus. * build-aux/build-self.scm (build): Add (guix profiling).
This commit is contained in:
parent
22358bdb7c
commit
cc6a4b0386
1 changed files with 1 additions and 0 deletions
|
@ -267,6 +267,7 @@ (define builder
|
|||
;; Closure of (guix modules).
|
||||
(guix modules)
|
||||
(guix memoization)
|
||||
(guix profiling)
|
||||
(guix sets))
|
||||
|
||||
;; Arrange so that our own (guix build …) modules are
|
||||
|
|
Loading…
Reference in a new issue