"J. Eppler" writes:
> I used GUIX for the first time and invoked: guix gc. The command deleted
> all my bootstrap files (gcc, binutils, findutils etc.). There should be
> a warning added to the manual page:
>
> https://www.gnu.org/software/guix/manual/html_node/Invoking-guix-gc.html
>
> I was act
I was using en_IN.UTF-8.
After switching to en_US.UTF-8 and setting GUIX_LOCPATH and
XDG_DATA_DIRS with
export
GUIX_LOCPATH="/gnu/store/rvc5iqmqwhhmj2mcip4x1y9g8chrlxs8-profile/lib/locale${GUIX_LOCPATH:+:}$GUIX_LOCPATH"
export
XDG_DATA_DIRS="/gnu/store/rvc5iqmqwhhmj2mcip4x1y9g8chrlxs8-profile/
> The following environment variables are set which may make a difference
> here:
>
> GUIX_GTK3_PATH=/run/current-system/profile/lib/gtk-3.0
> GUIX_GTK2_PATH=/run/current-system/profile/lib/gtk-2.0
> GTK_DATA_PREFIX=/run/current-system/profile
After setting XDG_DATA_DIRS with
export
XDG_D
On Wed, Aug 03, 2016 at 11:07:52PM +0200, Tomáš Čech wrote:
> * gnu/packages/documentation.scm(asciidoc): New input docbook-xsl,
> replace use of online source and prefer docbook-xsl package.
Not having any practical experience with docbook-xsl, I think this
change looks fine, in general.
I thi
On Tue, Aug 09, 2016 at 07:59:28PM -0400, J. Eppler wrote:
> Hello,
>
> I used GUIX for the first time and invoked: guix gc. The command deleted
> all my bootstrap files (gcc, binutils, findutils etc.). There should be
> a warning added to the manual page:
>
> https://www.gnu.org/software/guix/m