[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/223: gnu: sssd: Import ensure-no-mtimes-pre-1980.
From: |
guix-commits |
Subject: |
08/223: gnu: sssd: Import ensure-no-mtimes-pre-1980. |
Date: |
Mon, 21 Oct 2024 18:23:23 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 302758286c40270ea79617109a766596c3c7b008
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sat May 13 16:20:23 2023 +0200
gnu: sssd: Import ensure-no-mtimes-pre-1980.
* gnu/packages/sssd.scm (sssd)[arguments]: Add
python-build-system to #:modules and #:imported modules instead of using
@@ reference.
Change-Id: Id5217e4872a62323691b8976030a1768a6885942
---
gnu/packages/sssd.scm | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/sssd.scm b/gnu/packages/sssd.scm
index 6fb43195e7..d0dd0c400a 100644
--- a/gnu/packages/sssd.scm
+++ b/gnu/packages/sssd.scm
@@ -31,6 +31,7 @@
#:use-module (guix utils)
#:use-module (guix build utils)
#:use-module (guix build-system gnu)
+ #:use-module (guix build-system python)
#:use-module (gnu packages)
#:use-module (gnu packages)
#:use-module (gnu packages adns)
@@ -182,10 +183,16 @@ fundamental object types for C.")
(string-append "--with-xml-catalog-path="
#$(this-package-native-input "docbook-xml")
"/xml/dtd/docbook/catalog.xml"))
+ #:modules '((guix build gnu-build-system)
+ (guix build utils)
+ ((guix build python-build-system)
+ #:select (ensure-no-mtimes-pre-1980)))
+ #:imported-modules (append %default-gnu-imported-modules
+ %python-build-system-modules)
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'ensure-no-mtimes-pre-1980
- (@@ (guix build python-build-system) ensure-no-mtimes-pre-1980))
+ ensure-no-mtimes-pre-1980)
(add-after 'patch-source-shebangs 'patch-more-shebangs
(lambda _
(substitute* '("src/tools/analyzer/sss_analyze"
- branch python-team created (now 9f07898915), guix-commits, 2024/10/21
- 02/223: gnu: python-imagesize: Update to 1.4.1., guix-commits, 2024/10/21
- 04/223: gnu: python-sphinx: Update to 5.3.0., guix-commits, 2024/10/21
- 03/223: gnu: python-sphinx-alabaster-theme: Update to 0.7.13., guix-commits, 2024/10/21
- 01/223: gnu: python-pygments: Update to 2.15.1., guix-commits, 2024/10/21
- 08/223: gnu: sssd: Import ensure-no-mtimes-pre-1980.,
guix-commits <=
- 12/223: guix: pyproject-build-system: Default configure-flags to empty dictionary., guix-commits, 2024/10/21
- 15/223: gnu: Add missing import., guix-commits, 2024/10/21
- 16/223: gnu: Add missing import (again)., guix-commits, 2024/10/21
- 05/223: build-system/pyproject: Use python-sans-pip-wrapper as default-python., guix-commits, 2024/10/21
- 09/223: guix: toml: Add TOML parser., guix-commits, 2024/10/21
- 14/223: gnu: Add python-setuptools/python-wheel where necessary., guix-commits, 2024/10/21
- 11/223: gnu: python-pytest-xdist: Disable failing test., guix-commits, 2024/10/21
- 20/223: gnu: meson-python: Do not delete LICENSES directory., guix-commits, 2024/10/21
- 22/223: gnu: python-mdit-py-plugins: Update to 0.4.0., guix-commits, 2024/10/21
- 23/223: gnu: python-rich: Update to 13.7.0., guix-commits, 2024/10/21