unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Oleg Pykhalov <go.wigust@gmail.com>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: guix-devel@gnu.org
Subject: Re: GNU Guix 1.2.0rc1 available for testing!
Date: Mon, 16 Nov 2020 03:10:28 +0300	[thread overview]
Message-ID: <87361arwjv.fsf@gmail.com> (raw)
In-Reply-To: <87d00hchij.fsf@gnu.org> ("Ludovic Courtès"'s message of "Fri, 13 Nov 2020 18:07:32 +0100")

[-- Attachment #1: Type: text/plain, Size: 1495 bytes --]

Hello,

Yeeeho!  I've installed Guix 1.2.0rc1 system on a KVM virtual machine.


1. Because of DHCP server is not exist on a network I cannot use TUI
installer.

When I installed via shell, I need manually stop “networking” service
with herd.  Otherwise “ip address” shows “169.254.182.22/16” assigned to
“eht0” and “ip route” shows “default dev eth0 scope link” which breaks a
network on automatically before “guix system init”.


2. “emacs-guix” is broken out of the box, because of incompatible
“geiser”.  On my machine I have a dirty hack with “module-set!”, but I
assume we could specify “emacs-geiser-0.10” in “propagated-inputs” until
somebody have a fix :-) , but it will trigger errors if you will want to
install “emacs-geiser” in the same profile AFAIK.

--8<---------------cut here---------------start------------->8---
(define-public emacs-geiser-0.10
  (package
    (inherit emacs-geiser)
    (version "0.10")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://savannah/geiser/" version
                                 "/geiser-" version ".tar.gz"))
             (sha256
              (base32
               "0pj3l7p8d60c9b4vfprnv6g5l61d74pls4b5dvd84cn4ky9mzwjv"))))))

(module-set! (resolve-module '(gnu packages emacs-xyz)) 'emacs-geiser emacs-geiser-0.10)
--8<---------------cut here---------------end--------------->8---


Regardless,
Oleg.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 861 bytes --]

  parent reply	other threads:[~2020-11-16  0:11 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-13 17:07 GNU Guix 1.2.0rc1 available for testing! Ludovic Courtès
2020-11-15 16:19 ` zimoun
2020-11-15 19:16 ` pelzflorian (Florian Pelz)
2020-11-15 21:53   ` Marius Bakke
2020-11-15 23:16     ` pelzflorian (Florian Pelz)
2020-11-16  9:12       ` Mathieu Othacehe
2020-11-16 11:47         ` pelzflorian (Florian Pelz)
2020-11-17  9:02           ` Mathieu Othacehe
2020-11-17 12:13             ` pelzflorian (Florian Pelz)
2020-11-16 15:49         ` Miguel Ángel Arruga Vivas
2020-11-17  9:06           ` Mathieu Othacehe
2020-11-17  9:30         ` Ludovic Courtès
2020-11-17  9:38           ` Mathieu Othacehe
2020-11-17 14:41             ` Ludovic Courtès
2020-11-17 15:26               ` zimoun
2020-11-17 21:19                 ` Ludovic Courtès
2020-11-17 15:41               ` pelzflorian (Florian Pelz)
2020-11-17 18:13               ` Mathieu Othacehe
2020-11-25 18:26                 ` Tobias Platen
2020-11-27 10:10                   ` Ludovic Courtès
2020-11-27 11:09                     ` Ricardo Wurmus
2020-11-17 23:12               ` Mark H Weaver
2020-11-16 15:39       ` Miguel Ángel Arruga Vivas
2020-11-16  0:10 ` Oleg Pykhalov [this message]
2020-11-16  9:06   ` Ludovic Courtès
2020-11-16 16:24     ` John Soo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87361arwjv.fsf@gmail.com \
    --to=go.wigust@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=ludo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).