summaryrefslogtreecommitdiff
path: root/tests/profiles.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-03-04 17:04:35 +0100
committerLudovic Courtès <ludo@gnu.org>2015-03-04 17:23:27 +0100
commit6d0b9d03ced244093c026b3433ec06643d78236c (patch)
treefeda4f852f446f47307285db5305917c3a752980 /tests/profiles.scm
parent0e309f1e5bc78dfc1366f40e4071b2fd0979178f (diff)
downloadpatches-6d0b9d03ced244093c026b3433ec06643d78236c.tar
patches-6d0b9d03ced244093c026b3433ec06643d78236c.tar.gz
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.
Diffstat (limited to 'tests/profiles.scm')
-rw-r--r--tests/profiles.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/profiles.scm b/tests/profiles.scm
index 833b08b455..1bac9d94e6 100644
--- a/tests/profiles.scm
+++ b/tests/profiles.scm
@@ -182,7 +182,8 @@
((entry -> (package->manifest-entry %bootstrap-guile))
(guile (package->derivation %bootstrap-guile))
(drv (profile-derivation (manifest (list entry))
- #:info-dir? #f))
+ #:info-dir? #f
+ #:ca-certificate-bundle? #f))
(profile -> (derivation->output-path drv))
(bindir -> (string-append profile "/bin"))
(_ (built-derivations (list drv))))