[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#56633: [core-updates] Some cross-derivations cannot be computed
From: |
Ludovic Courtès |
Subject: |
bug#56633: [core-updates] Some cross-derivations cannot be computed |
Date: |
Tue, 19 Jul 2022 23:31:14 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) |
Hi,
Marius Bakke <marius@gnu.org> skribis:
> On the 'core-updates' branch, running 'guix build -d' fails on some
> cross-derivations (notably anything that depends on NSPR, but there may
> be others).
That was a typo in (guix build-system mozilla), where we’d accidentally
create a bag with #:system as its ‘name’ field.
Fixed in 5dfc6ab1ab292b87ceea144aa661d0e64c834031!
Ludo’.