[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#75159] [PATCH v2 0/3] Add corectrl and corectrl-helper-service-type
From: |
Ashvith Shetty |
Subject: |
[bug#75159] [PATCH v2 0/3] Add corectrl and corectrl-helper-service-type |
Date: |
Tue, 31 Dec 2024 23:39:46 +0530 |
Made improvements on the previous commits as per the review.
Ashvith Shetty (3):
gnu: Add trompeloeil.
gnu: Add corectrl.
services: Add corectrl-helper-service-type.
doc/guix.texi | 32 ++++++++
gnu/local.mk | 2 +
gnu/packages/admin.scm | 73 +++++++++++++++++++
gnu/packages/check.scm | 31 ++++++++
.../patches/corectrl-polkit-install-dir.patch | 21 ++++++
gnu/services/admin.scm | 27 ++++++-
6 files changed, 185 insertions(+), 1 deletion(-)
create mode 100644 gnu/packages/patches/corectrl-polkit-install-dir.patch
--
2.46.0
- [bug#75159] [PATCH v1 1/5] guix: qt: add inputs and outputs build variables in qt-build, (continued)
- [bug#75159] [PATCH v1 1/5] guix: qt: add inputs and outputs build variables in qt-build, Ashvith Shetty, 2024/12/28
- [bug#75159] [PATCH v1 2/5] gnu: Add trompeloeil., Ashvith Shetty, 2024/12/28
- [bug#75159] [PATCH v1 3/5] gnu: Add corectrl., Ashvith Shetty, 2024/12/28
- [bug#75159] [PATCH v1 4/5] services: Add corectrl-helper-service-type., Ashvith Shetty, 2024/12/28
- [bug#75159] [PATCH v1 5/5] guix: qt: Revert to gexp-based inputs and outputs, Ashvith Shetty, 2024/12/28
- [bug#75159] [PATCH v2 0/3] Add corectrl and corectrl-helper-service-type,
Ashvith Shetty <=