guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: profiles: Export 'ca-certificate-bundle'.


From: Ludovic Courtès
Subject: 02/04: profiles: Export 'ca-certificate-bundle'.
Date: Mon, 16 Jan 2017 10:04:00 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 849a1b8133263741754dfec7a424d9de05a165ef
Author: Christopher Baines <address@hidden>
Date:   Sun Jan 15 09:25:52 2017 +0000

    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 <address@hidden>
---
 guix/profiles.scm |    1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/profiles.scm b/guix/profiles.scm
index e7707b6..495a9e2 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]