mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
tests: Remove dependency on 'glibc-utf8-locales' for profile tests.
This fixes a regression introduced in commit 536c3ee
.
* guix/profiles.scm (ca-certificate-bundle): When MANIFEST is empty,
make a trivial derivation.
* guix/scripts/package.scm (guix-package)[process-actions]: Pass
#:ca-certificate-bundle? to 'profile-generation'.
* tests/packages.scm ("--search-paths with pattern"): Likewise.
* tests/profiles.scm ("profile-derivation"): Likewise.
This commit is contained in:
parent
0e309f1e5b
commit
6d0b9d03ce
4 changed files with 13 additions and 6 deletions
|
@ -829,7 +829,8 @@ more information.~%"))
|
|||
(let* ((prof-drv (run-with-store (%store)
|
||||
(profile-derivation
|
||||
new
|
||||
#:info-dir? (not bootstrap?))))
|
||||
#:info-dir? (not bootstrap?)
|
||||
#:ca-certificate-bundle? (not bootstrap?))))
|
||||
(prof (derivation->output-path prof-drv)))
|
||||
(show-manifest-transaction (%store) manifest transaction
|
||||
#:dry-run? dry-run?)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue