[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#52849] [PATCH 0/2] Fix pantalaimon build by adding optional depende
From: |
Sébastien Lerique |
Subject: |
[bug#52849] [PATCH 0/2] Fix pantalaimon build by adding optional dependencies |
Date: |
Tue, 28 Dec 2021 23:09:33 +0900 |
With the introduction of the sanity check in python-build-system, pantalaimon's
build fails because of missing optional dependencies. This patchset fixes the
full build.
I'm a little confused as to why this did not appear earlier to me, as git blame
shows the sanity check was introduced in February 2021, and my initial patchset
for pantalaimon was in October 2021. Possibly this comes from my recent upgrade
of guix-daemon on foreign distro.
Sébastien Lerique (2):
gnu: Add python-pydbus.
gnu: pantalaimon: Add optional dependencies.
gnu/packages/matrix.scm | 7 ++++++-
gnu/packages/python-xyz.scm | 32 ++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+), 1 deletion(-)
base-commit: e48b9d57129a9e7e680f5988b53ac87ebf946a39
--
2.34.0
- [bug#52849] [PATCH 0/2] Fix pantalaimon build by adding optional dependencies,
Sébastien Lerique <=