[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/222: gnu: sssd: Import ensure-no-mtimes-pre-1980.
From: |
guix-commits |
Subject: |
08/222: gnu: sssd: Import ensure-no-mtimes-pre-1980. |
Date: |
Fri, 1 Nov 2024 10:56:13 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 277d05c937e618c78072cf549e29840833deba36
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 6dadf52157), guix-commits, 2024/11/01
- 01/222: gnu: python-pygments: Update to 2.15.1., guix-commits, 2024/11/01
- 04/222: gnu: python-sphinx: Update to 5.3.0., guix-commits, 2024/11/01
- 02/222: gnu: python-imagesize: Update to 1.4.1., guix-commits, 2024/11/01
- 06/222: build-system/python: Ignore symlinks when changing mtime., guix-commits, 2024/11/01
- 08/222: gnu: sssd: Import ensure-no-mtimes-pre-1980.,
guix-commits <=
- 10/222: build-system/pyproject: Use TOML parser., guix-commits, 2024/11/01
- 11/222: gnu: python-pytest-xdist: Disable failing test., guix-commits, 2024/11/01
- 21/222: gnu: python-markdown-it-py: Update to 3.0.0., guix-commits, 2024/11/01
- 38/222: gnu: python-argcomplete: Add missing input., guix-commits, 2024/11/01
- 42/222: gnu: python-pynacl: Add missing inputs., guix-commits, 2024/11/01
- 30/222: gnu: python-traitlets: Update to 5.14.1., guix-commits, 2024/11/01
- 40/222: gnu: java-testng: Disable one test., guix-commits, 2024/11/01
- 48/222: gnu: python-joblib: Add missing inputs., guix-commits, 2024/11/01
- 09/222: guix: toml: Add TOML parser., guix-commits, 2024/11/01
- 05/222: build-system/pyproject: Use python-sans-pip-wrapper as default-python., guix-commits, 2024/11/01