Hello Mathieu,
thanks for your helpful reply!
On Wed, Sep 09, 2020 at 11:11:18AM +0200, Mathieu Othacehe wrote:
> That does not really explain the error though, but that's another
> issue. The pending patch here[1], will hopefully help users specify
> their target image. It means that you should
On Mon, Sep 14, 2020 at 11:32:42AM +0200, Andreas Enge wrote:
> Hello Mathieu,
>
> thanks for your helpful reply!
>
> On Wed, Sep 09, 2020 at 11:11:18AM +0200, Mathieu Othacehe wrote:
> > That does not really explain the error though, but that's another
> > issue. The pending patch here[1], will
On Mon, Sep 14, 2020 at 04:24:19PM +0300, Efraim Flashner wrote:
> I'm not sure about the trivial-format-string? warning (we should
More worrysome is the end of the story:
;;; compiled
/home/andreas/.cache/guile/ccache/3.0-LE-8-4.2/gnu/store/xad80h6vbsc1fb844kx1c5l0am97nfm1-guix-1.1.0-25.44c6e6f
Hello guix,
I have set up a few packages of mine at
https://divoplade.fr/divoplade-site.git
If you clone it, it works:
git clone https://divoplade.fr/divoplade-site.git
But if I add this URL as a guix channel, I get:
guix pull: error: Git error: invalid content-type: 'text/plain'
This is the
On Mon, Sep 14, 2020 at 10:01:06PM +0200, divoplade wrote:
> Hello guix,
>
> I have set up a few packages of mine at
> https://divoplade.fr/divoplade-site.git
>
> If you clone it, it works:
>
> git clone https://divoplade.fr/divoplade-site.git
>
> But if I add this URL as a guix channel, I get
I'm not certain how to resolve the error, but that is a syntax error.
Your error message is saying "Hey pal! You code is almost working, but
you have a syntax error around your (images ...) code."
Is "images" the proper syntax?
Also, it's also very helpful when you paste your code along with
I forked now the eudev definition to add my hwdb data:
(add-before 'build-hwdb 'add-my-hwdb-file
(lambda* (#:key outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out")))
(call-with-output-file
Hi Stefan,
it took me a while to reply to your original message, because I didn’t
know what hwdb was supposed to mean. The code snippet in this mail made
it clearer to me.
> I forked now the eudev definition to add my hwdb data:
>
> (add-before 'build-hwdb 'add-my-hwdb-file
>
Hi Andreas,
Andreas Enge writes:
> Are there other Guix users who ordered such a machine?
I was debating it back and forth after I saw the first email from
Christopher. And a week or so before they reached their goal I took the
plunge and ordered one. Should be a fun laptop to hack on.
--
I'm using the code proposed in the beginning of this thread, namely:
(bootloader (bootloader-configuration
(bootloader grub-bootloader)
(target "/dev/sda")
(theme (grub-theme
(inherit %default-theme)
(images (list (grub-image
(aspect-ratio 4/3) ; or 16/9, &c., to match…
(file (local-file "/home/sh
10 matches
Mail list logo