all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: zerodaysfordays@sdf.lonestar.org (Jakob L. Kreuze)
To: Mark H Weaver <mhw@netris.org>
Cc: guix-devel@gnu.org
Subject: Re: "guix deploy" is in git master
Date: Mon, 08 Jul 2019 13:15:50 -0400	[thread overview]
Message-ID: <87v9wcih15.fsf@sdf.lonestar.org> (raw)
In-Reply-To: <87zhlq7ldu.fsf@netris.org> (Mark H. Weaver's message of "Sat, 06 Jul 2019 20:12:18 -0400")

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

Mark H Weaver <mhw@netris.org> writes:

> The problem is that (guix self) has its own logic, independent of the
> *.am files, to determine the set of modules to be compiled and
> installed.  That logic needs to be updated when adding a new module
> directory.
>
> I just pushed commit 079c93e1c1dd93639417095000d5e56d8db62d61, which
> should hopefully fix the problem.
>
>      Thanks,
>        Mark
>
> commit 079c93e1c1dd93639417095000d5e56d8db62d61
> Author: Mark H Weaver <mhw@netris.org>
> Date:   Sat Jul 6 20:01:35 2019 -0400
>
>   self: Ship the (gnu machine …) modules.
>   
>   This is a followup to commit fa9edf09e992db7510c7471486dffc93e1e707e5.
>   
>   * guix/self.scm (compiled-guix)[*system-modules*]: Explicitly add all of
>   gnu/machine/*.
>
> diff --git a/guix/self.scm b/guix/self.scm
> index be90b60863..b8581d01d5 100644
> --- a/guix/self.scm
> +++ b/guix/self.scm
> @@ -769,7 +769,8 @@ Info manual."
>                     (gnu services)
>                     ,@(scheme-modules* source "gnu/bootloader")
>                     ,@(scheme-modules* source "gnu/system")
> -                   ,@(scheme-modules* source "gnu/services"))
> +                   ,@(scheme-modules* source "gnu/services")
> +                   ,@(scheme-modules* source "gnu/machine"))
>                   (list *core-package-modules* *package-modules*
>                         *extra-modules* *core-modules*)
>                   #:extensions dependencies

Thank you so much, Mark!

Regards,
Jakob

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

  parent reply	other threads:[~2019-07-08 17:16 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-06  6:17 "guix deploy" is in git master Christopher Lemmer Webber
2019-07-05 23:33 ` Jakob L. Kreuze
2019-07-05 23:34 ` Jakob L. Kreuze
2019-07-06  9:29 ` Ricardo Wurmus
2019-07-06 11:51   ` Jakob L. Kreuze
2019-07-06  9:23     ` Christopher Lemmer Webber
2019-07-06 17:22       ` Ricardo Wurmus
2019-07-06 17:17         ` Christopher Lemmer Webber
2019-07-07  0:12         ` Mark H Weaver
2019-07-07  7:55           ` Ricardo Wurmus
2019-07-07  6:55             ` Christopher Lemmer Webber
2019-07-08 17:15           ` Jakob L. Kreuze [this message]
2019-07-07  8:05   ` Ricardo Wurmus
2019-07-07 14:45     ` Ludovic Courtès
2019-07-08 17:37       ` Jakob L. Kreuze
2019-07-08 19:27         ` Ricardo Wurmus
2019-07-08 20:11           ` Jakob L. Kreuze
2019-07-08 20:16             ` Jakob L. Kreuze
2019-07-08 20:23               ` Ricardo Wurmus
2019-07-10 13:51           ` Thompson, David
2019-07-10 17:39             ` Jakob L. Kreuze
2019-07-11  4:27               ` Christopher Lemmer Webber
2019-07-11 15:43                 ` Ludovic Courtès
2019-07-11 16:58                   ` Jakob L. Kreuze

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

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

  git send-email \
    --in-reply-to=87v9wcih15.fsf@sdf.lonestar.org \
    --to=zerodaysfordays@sdf.lonestar.org \
    --cc=guix-devel@gnu.org \
    --cc=mhw@netris.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.