bug-guix
[Top][All Lists]
Advanced

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

bug#37506: [core-updates] Inferiors cannot reference master branch


From: Marius Bakke
Subject: bug#37506: [core-updates] Inferiors cannot reference master branch
Date: Fri, 27 Sep 2019 14:16:59 +0200
User-agent: Notmuch/0.29.1 (https://notmuchmail.org) Emacs/26.2 (x86_64-pc-linux-gnu)

Ludovic Courtès <address@hidden> writes:

> Hi,
>
> Marius Bakke <address@hidden> skribis:
>
>> On the 'core-updates' branch, if you try to reference the 'master'
>> branch in an inferior, your system will fail to build like so:
>
> Could you provide a manifest or something to reproduce this?

Here is a manifest that reproduces this failure:

(use-modules (guix channels)
             (guix inferior)
             (srfi srfi-1))

(define channels
  (list (channel
         (name 'guix)
         (url "https://git.savannah.gnu.org/git/guix.git";)
         (commit "dec845606d2d184da31065fa26cd951b84b3ce2d"))))

(define inferior
  (inferior-for-channels channels))

(packages->manifest (first (lookup-inferior-packages inferior "hello")))

Attachment: signature.asc
Description: PGP signature


reply via email to

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