mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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>
This commit is contained in:
parent
7d8b59139a
commit
849a1b8133
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ (define-module (guix profiles)
|
|||
profile-manifest
|
||||
package->manifest-entry
|
||||
packages->manifest
|
||||
ca-certificate-bundle
|
||||
%default-profile-hooks
|
||||
profile-derivation
|
||||
|
||||
|
|
Loading…
Reference in a new issue