gnu: lirc: Build reproducibly.
* gnu/packages/lirc.scm (lirc)[arguments]: Add a new 'omit-pip-sourceball phase.
This commit is contained in:
parent
598e43c9df
commit
ea37595a7c
1 changed files with 9 additions and 1 deletions
|
@ -83,7 +83,15 @@
|
||||||
(substitute* "doc/Makefile.in"
|
(substitute* "doc/Makefile.in"
|
||||||
(("^vardocs_DATA =.*") "vardocs_DATA =\n")
|
(("^vardocs_DATA =.*") "vardocs_DATA =\n")
|
||||||
(("^varimage_DATA =.*") "varimage_DATA =\n"))
|
(("^varimage_DATA =.*") "varimage_DATA =\n"))
|
||||||
#t)))))
|
#t))
|
||||||
|
(add-after 'unpack 'omit-pip-sourceball
|
||||||
|
;; ‘make install’ invokes ’setup.py sdist’, which has no known (to
|
||||||
|
;; nckx) way to enforce mtimes. The utility of this is questionable,
|
||||||
|
;; IMO: let's disable it entirely & listen for complaints, if any.
|
||||||
|
(lambda _
|
||||||
|
(substitute* "Makefile.in"
|
||||||
|
(("(PYTHON_TARBALL.*=).*" _ tarball=)
|
||||||
|
(string-append tarball= "\n"))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config libxslt))
|
(list pkg-config libxslt))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in a new issue