mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: lsof: Remove build timestamp.
* gnu/packages/lsof.scm (lsof)[arguments]: Add ‘patch-timestamps’ phase.
This commit is contained in:
parent
b7fd3e96c7
commit
c2799070ca
1 changed files with 4 additions and 0 deletions
|
@ -71,6 +71,10 @@ (define-public lsof
|
|||
(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 a new issue