help-guix
[Top][All Lists]
Advanced

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

Re: gccgo package does not include gccgo binary


From: Leo Famulari
Subject: Re: gccgo package does not include gccgo binary
Date: Tue, 12 Jul 2016 08:35:51 -0400
User-agent: Mutt/1.6.0 (2016-04-01)

On Tue, Jul 12, 2016 at 07:05:24PM +0800, Alex Vong wrote:
> I forget to tell that I am not using Guix SD but using Guix on top of
> Debian. Do you have any recommendation on this?

This works for me in my login shell profile:

if [ -d /etc/ssl/certs ]; then
        export SSL_CERT_DIR=/etc/ssl/certs
        export SSL_CERT_FILE=$SSL_CERT_DIR/ca-certificates.crt
        export GIT_SSL_CAINFO=$SSL_CERT_FILE
fi



reply via email to

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