me
/
guix
Archived
1
0
Fork 0

gnu: keyutils: Avoid embedding build timestamp.

* gnu/packages/crypto.scm (keyutils)[arguments]: Add
  'avoid-embedding-timestamp phase.
Vagrant Cascadian 2022-06-01 09:24:00 -07:00 committed by Vagrant Cascadian
parent 9f5236b829
commit 32322d0926
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 5 additions and 0 deletions

View File

@ -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