diff options
| author | Mathieu Othacehe <othacehe@gnu.org> | 2021-04-18 09:31:16 +0200 |
|---|---|---|
| committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-04-18 10:45:53 +0200 |
| commit | 2ccb715ab3ebef5ddbc53d706cbc42b3b765d613 (patch) | |
| tree | 3389c12bf78d33125f816c8133a746facf3fc4e1 | |
| parent | 868d8068a0b0ea985c6f8d28cb7a436c96bd4de5 (diff) | |
ci: tarball: Use "current-guix" as profile name.
Fixes: <https://issues.guix.gnu.org/47841>.
* gnu/ci.scm (tarball-jobs): Use "current-guix" as profile name.
| -rw-r--r-- | gnu/ci.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/ci.scm b/gnu/ci.scm index 5ab1b51d829..babbb60f810 100644 --- a/gnu/ci.scm +++ b/gnu/ci.scm | |||
| @@ -354,6 +354,7 @@ SYSTEM." | |||
| 354 | (>>= (profile-derivation (packages->manifest (list guix))) | 354 | (>>= (profile-derivation (packages->manifest (list guix))) |
| 355 | (lambda (profile) | 355 | (lambda (profile) |
| 356 | (self-contained-tarball "guix-binary" profile | 356 | (self-contained-tarball "guix-binary" profile |
| 357 | #:profile-name "current-guix" | ||
| 357 | #:localstatedir? #t | 358 | #:localstatedir? #t |
| 358 | #:compressor | 359 | #:compressor |
| 359 | (lookup-compressor "xz"))))) | 360 | (lookup-compressor "xz"))))) |
