[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/420: gnu: sssd: Import ensure-no-mtimes-pre-1980.
From: |
guix-commits |
Subject: |
08/420: gnu: sssd: Import ensure-no-mtimes-pre-1980. |
Date: |
Tue, 26 Nov 2024 16:28:20 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 696a5ec43b2ac8c6511777cb4b105b34b9d4eb64
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 d4bc294e92), guix-commits, 2024/11/26
- 02/420: gnu: python-imagesize: Update to 1.4.1., guix-commits, 2024/11/26
- 03/420: gnu: python-sphinx-alabaster-theme: Update to 0.7.13., guix-commits, 2024/11/26
- 01/420: gnu: python-pygments: Update to 2.15.1., guix-commits, 2024/11/26
- 09/420: guix: toml: Add TOML parser., guix-commits, 2024/11/26
- 05/420: build-system/pyproject: Use python-sans-pip-wrapper as default-python., guix-commits, 2024/11/26
- 08/420: gnu: sssd: Import ensure-no-mtimes-pre-1980.,
guix-commits <=
- 07/420: gnu: criu: Remove temporary workaround., guix-commits, 2024/11/26
- 06/420: build-system/python: Ignore symlinks when changing mtime., guix-commits, 2024/11/26
- 10/420: build-system/pyproject: Use TOML parser., guix-commits, 2024/11/26
- 11/420: gnu: python-pytest-xdist: Disable failing test., guix-commits, 2024/11/26
- 12/420: guix: pyproject-build-system: Default configure-flags to empty dictionary., guix-commits, 2024/11/26
- 14/420: gnu: Add python-setuptools/python-wheel where necessary., guix-commits, 2024/11/26
- 15/420: gnu: Add missing import., guix-commits, 2024/11/26
- 20/420: gnu: meson-python: Do not delete LICENSES directory., guix-commits, 2024/11/26
- 18/420: gnu: python-typing-extensions: Update to 4.10.0., guix-commits, 2024/11/26
- 16/420: gnu: Add missing import (again)., guix-commits, 2024/11/26