gnu: keyutils: Avoid embedding build timestamp.
* gnu/packages/crypto.scm (keyutils)[arguments]: Add 'avoid-embedding-timestamp phase.
parent
9f5236b829
commit
32322d0926
|
@ -398,6 +398,11 @@ the wrong hands.")
|
|||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(delete 'configure) ; no configure script
|
||||
(add-after 'unpack 'avoid-embedding-timestamp
|
||||
;; Do not embed build timestamp
|
||||
(lambda _
|
||||
(substitute* "Makefile"
|
||||
(("shell date") "shell true"))))
|
||||
(add-after 'install 'install:static
|
||||
(lambda _
|
||||
(with-directory-excursion #$output
|
||||
|
|
Reference in New Issue