guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/08: gnu: sssd: Change file mtimes to fix build.


From: guix-commits
Subject: 04/08: gnu: sssd: Change file mtimes to fix build.
Date: Wed, 2 Aug 2023 06:38:41 -0400 (EDT)

lbraun pushed a commit to branch pyproject-toml
in repository guix.

commit 824c6ea30573c3a02f33058bd1739be4cd980da2
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sat May 13 16:20:23 2023 +0200

    gnu: sssd: Change file mtimes to fix build.
    
    * gnu/packages/sssd.scm (sssd)[arguments]: Add
    python-build-system to #:modules and #:imported modules, add phase
    'ensure-no-mtimes-pre-1980.
---
 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 251275312f..85c6875f4f 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)
@@ -186,10 +187,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 %gnu-build-system-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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]