diff options
| author | Christopher Baines | 2017-01-15 09:25:52 +0000 |
|---|---|---|
| committer | Ludovic Courtès | 2017-01-16 11:03:42 +0100 |
| commit | 849a1b8133263741754dfec7a424d9de05a165ef (patch) | |
| tree | 16e7d9b5e4ea14d5bf8b063539e460ef2104cbea | |
| parent | 7d8b59139a5adeaed3f72b4e5e4749a13a77300b (diff) | |
profiles: Export 'ca-certificate-bundle'.
* guix/profiles.scm: Export ca-certificate-bundle, such that it can be used in
other G-expressions. This is useful where these G-expressions run programs
that require a ca-certificate-bundle, e.g. git.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| -rw-r--r-- | guix/profiles.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/profiles.scm b/guix/profiles.scm index e7707b654..495a9e2e7 100644 --- a/guix/profiles.scm +++ b/guix/profiles.scm @@ -92,6 +92,7 @@ profile-manifest package->manifest-entry packages->manifest + ca-certificate-bundle %default-profile-hooks profile-derivation |