mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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
This commit is contained in:
committed by
Sharlatan Hellseher
parent
d4e7ce92e3
commit
eabed5e53d
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user