Re: installing guixsd on an arm device

2018-08-24 Thread Ludovic Courtès
Hello, Mark H Weaver skribis: > It might be worth trying an older kernel, specifically linux-libre-4.14, > by adding (kernel linux-libre-4.14) to the OS config and making sure to > import (gnu packages linux). I just recently updated the kernel to > 4.18.x, but I don't know if anyone has tried

Re: Enable guix-devel-mode only in guix source files

2018-08-24 Thread Ludovic Courtès
Hello, Alex Kost skribis: > And in general, I don't like when developers make default settings that > are hard to "fix". What if I don't want to use 'guix-devel-mode' at > all? Why do you force me to use it? > > That's why I disabled all these dir-locals in my emacs config: > developers often

Re: how does mounting work?

2018-08-24 Thread Ludovic Courtès
Hello Marco, Marco van Hulten skribis: > I tried 'gvfs-mount', but now I'm quite sure it isn't that: > > > $ gvfs-mount --list > This tool has been deprecated, use 'gio mount' instead. > See 'gio help mount' for more info. > > /home/marco/.guix-profile/bin/gvfs-mount: line 13: exec: gio: not fou

Re: Setting up Guile for use with Guix

2018-08-24 Thread Ludovic Courtès
Hello, HiPhish skribis: >> Actually there is >> >> https://gitlab.com/a-sassmannshausen/guile-hall/ > From the description it sounds like hall is a project generator, not > something > to install other libraries with :/ Yes, I think Pierre wanted to refer to the guildhall, which is a Gu

Re: Output of guix build --check foo is not part of store deduplication

2018-08-24 Thread Ludovic Courtès
Hello! Björn Höfling skribis: > Usually, the store gets deduplicated, i.e. if files bar and baz have > the same content, they will hard-link to the same thing on disk. That's > cool for saving space if for example some package get's updated because > of a changed dependency but really there is n

Re: Guix and Emacs Integration for Polyglot Development

2018-08-24 Thread Ludovic Courtès
Hello! Maxim Cournoyer skribis: > I think it's a valid question here, and I'd like to find a great > solution too! So far when using guix environments, I resorted to: > > 1. Spawning the environment in the command line > 2. Starting a new Emacs instance (not attached to my Emacs server) from > t