diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-12-13 17:16:40 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-12-13 17:16:40 +0100 |
commit | cc6a4b03867bc18baf30c0239c3c6dbf0709de7a (patch) | |
tree | a698228dc46ab8d0ee27ad25696ecb4e8bfd4229 /build-aux/build-self.scm | |
parent | 22358bdb7c75e571fd7922ef04e82be0a14cc698 (diff) | |
download | patches-cc6a4b03867bc18baf30c0239c3c6dbf0709de7a.tar patches-cc6a4b03867bc18baf30c0239c3c6dbf0709de7a.tar.gz |
pull: Add (guix profiling) to the build environment.
Reported by Ricardo Wurmus.
* build-aux/build-self.scm (build): Add (guix profiling).
Diffstat (limited to 'build-aux/build-self.scm')
-rw-r--r-- | build-aux/build-self.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/build-self.scm b/build-aux/build-self.scm index 6415978839..17d947bec1 100644 --- a/build-aux/build-self.scm +++ b/build-aux/build-self.scm @@ -267,6 +267,7 @@ Please upgrade to an intermediate version first, for instance with: ;; Closure of (guix modules). (guix modules) (guix memoization) + (guix profiling) (guix sets)) ;; Arrange so that our own (guix build …) modules are |