[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#66525] [PATCH v2 00/10] Remove dependency of polkit, python-dbusmoc
From: |
Ludovic Courtès |
Subject: |
[bug#66525] [PATCH v2 00/10] Remove dependency of polkit, python-dbusmock, etc. on (guix build syscalls) |
Date: |
Sun, 22 Oct 2023 15:43:24 +0200 |
Hello!
Here’s an updated version of this patch set; changes compared to v1:
• Update outdated comment in one of the packages;
• Remove dependency on (guix build syscalls) of the following build
systems: ant, dub, android-ndk.
I’ve pushed this as ‘wip-syscall-update’ and got ci.guix to build it:
https://ci.guix.gnu.org/jobset/syscall-update
As discussed earlier, I’ll send a merge request.
Ludo’.
Ludovic Courtès (10):
gnu: mutter: Remove dependency on (guix build syscalls).
gnu: python-ipykernel: Remove dependency on (guix build syscalls).
gnu: python-dbusmock: Remove dependency on (guix build syscalls).
gnu: python-dbusmock: Rewrite phases as a gexp.
gnu: python-dbusmock: Use ‘search-input-file’.
gnu: polkit: Remove dependency on (guix build syscalls).
gnu: public-inbox: Remove dependency on (guix build syscalls).
build-system/ant: Remove dependency on (guix build syscalls).
build-system/android-ndk: Remove dependency on (guix build syscalls).
build-system/dub: Remove dependency on (guix build syscalls).
gnu/packages/gnome.scm | 32 +++++-----
gnu/packages/mail.scm | 33 +++++------
gnu/packages/polkit.scm | 35 +++++------
gnu/packages/python-xyz.scm | 99 +++++++++++++++----------------
guix/build-system/android-ndk.scm | 1 -
guix/build-system/ant.scm | 1 -
guix/build-system/dub.scm | 1 -
7 files changed, 92 insertions(+), 110 deletions(-)
base-commit: 8ca7ccbf0dad63d75637ffdc6a5105eb9a4a4673
--
2.41.0
- [bug#66525] [PATCH 1/7] gnu: mutter: Remove dependency on (guix build syscalls)., (continued)
- [bug#66525] [PATCH 1/7] gnu: mutter: Remove dependency on (guix build syscalls)., Bruno Victal, 2023/10/13
- [bug#66525] [PATCH 1/7] gnu: mutter: Remove dependency on (guix build syscalls)., Maxim Cournoyer, 2023/10/14
- [bug#66525] [PATCH 1/7] gnu: mutter: Remove dependency on (guix build syscalls)., Ludovic Courtès, 2023/10/14
- [bug#66525] [PATCH 1/7] gnu: mutter: Remove dependency on (guix build syscalls)., Maxim Cournoyer, 2023/10/15
- [bug#66525] [PATCH 1/7] gnu: mutter: Remove dependency on (guix build syscalls)., Ludovic Courtès, 2023/10/16
- [bug#66525] [PATCH 1/7] gnu: mutter: Remove dependency on (guix build syscalls)., Maxim Cournoyer, 2023/10/16
- [bug#66525] [PATCH v2 00/10] Remove dependency of polkit, python-dbusmock, etc. on (guix build syscalls),
Ludovic Courtès <=
- [bug#66525] [PATCH v2 01/10] gnu: mutter: Remove dependency on (guix build syscalls)., Ludovic Courtès, 2023/10/22
- [bug#66525] [PATCH v2 06/10] gnu: polkit: Remove dependency on (guix build syscalls)., Ludovic Courtès, 2023/10/22
- [bug#66525] [PATCH v2 07/10] gnu: public-inbox: Remove dependency on (guix build syscalls)., Ludovic Courtès, 2023/10/22
- [bug#66525] [PATCH v2 05/10] gnu: python-dbusmock: Use ‘search-input-file’., Ludovic Courtès, 2023/10/22
- [bug#66525] [PATCH v2 03/10] gnu: python-dbusmock: Remove dependency on (guix build syscalls)., Ludovic Courtès, 2023/10/22
- [bug#66525] [PATCH v2 04/10] gnu: python-dbusmock: Rewrite phases as a gexp., Ludovic Courtès, 2023/10/22
- [bug#66525] [PATCH v2 02/10] gnu: python-ipykernel: Remove dependency on (guix build syscalls)., Ludovic Courtès, 2023/10/22
- [bug#66525] [PATCH v2 09/10] build-system/android-ndk: Remove dependency on (guix build syscalls)., Ludovic Courtès, 2023/10/22
- [bug#66525] [PATCH v2 08/10] build-system/ant: Remove dependency on (guix build syscalls)., Ludovic Courtès, 2023/10/22
- [bug#66525] [PATCH v2 10/10] build-system/dub: Remove dependency on (guix build syscalls)., Ludovic Courtès, 2023/10/22