emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#34122: closed ([PATCH 0/3] Build channel modules i


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#34122: closed ([PATCH 0/3] Build channel modules in the corresponding Guix)
Date: Sun, 20 Jan 2019 18:25:02 +0000

Your message dated Sun, 20 Jan 2019 19:24:04 +0100
with message-id <address@hidden>
and subject line Re: [bug#34122] [PATCH 0/3] Build channel modules in the 
corresponding Guix
has caused the debbugs.gnu.org bug report #34122,
regarding [PATCH 0/3] Build channel modules in the corresponding Guix
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
34122: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34122
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 0/3] Build channel modules in the corresponding Guix Date: Fri, 18 Jan 2019 10:29:38 +0100
Hello!

Until now, we’d be building channel modules with the calling Guix
rather than with the Guix of the 'guix channel we’re targeting.
That led to breakage, for instance, when we added new dependencies
to Guix itself and the channel modules would thus not see them; see
commits 3c0e16391ed9a3e3e4611b940fb393c5f2ecea63 and
cb341c121919877ae6267a6460c0c17536d06eff.

These patches fix that.

Ludo’.

Ludovic Courtès (3):
  channels: Don't pull from the same channel more than once.
  inferior: 'gexp->derivation-in-inferior' honors EXP's load path.
  channels: Build channel modules in an inferior.

 guix/channels.scm  | 139 +++++++++++++++++++++++++--------------------
 guix/inferior.scm  |  13 ++++-
 tests/channels.scm |  88 +++++++++++++++++++++++++++-
 3 files changed, 173 insertions(+), 67 deletions(-)

-- 
2.20.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#34122] [PATCH 0/3] Build channel modules in the corresponding Guix Date: Sun, 20 Jan 2019 19:24:04 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Ludovic Courtès <address@hidden> skribis:

>   channels: Don't pull from the same channel more than once.
>   inferior: 'gexp->derivation-in-inferior' honors EXP's load path.
>   channels: Build channel modules in an inferior.

Pushed!

  acefa7408b channels: Build channel modules in an inferior.
  1fafc383b1 inferior: 'gexp->derivation-in-inferior' honors EXP's load path.
  ed75bdf35c channels: Don't pull from the same channel more than once.

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]