gnu: lsof: Remove build timestamp.
* gnu/packages/lsof.scm (lsof)[arguments]: Add ‘patch-timestamps’ phase.
This commit is contained in:
parent
b7fd3e96c7
commit
c2799070ca
|
@ -71,6 +71,10 @@
|
|||
(setenv "LSOF_MAKE" "make")
|
||||
(invoke "./Configure" "linux")
|
||||
#t))
|
||||
(add-after 'configure 'patch-timestamps
|
||||
(lambda _
|
||||
(substitute* "Makefile"
|
||||
(("`date`") "`date --date=@1`"))))
|
||||
(replace 'install
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let ((out (assoc-ref outputs "out")))
|
||||
|
|
Loading…
Reference in New Issue