mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: complexity: Use a specific date in manpage.
* gnu/packages/code.scm (complexity)[arguments]: Add 'set-man-page-date phase.
This commit is contained in:
parent
76668c4b13
commit
f1ec2d676d
1 changed files with 7 additions and 0 deletions
|
@ -120,6 +120,13 @@ a major mode for Emacs for examining the flowcharts that it produces.")
|
||||||
(base32
|
(base32
|
||||||
"0lr0l9kj2w3jilz9h9y4np9pf9i9ccpy6331lanki2fnz4z8ldvd"))))
|
"0lr0l9kj2w3jilz9h9y4np9pf9i9ccpy6331lanki2fnz4z8ldvd"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
|
(add-before 'build 'set-man-page-date
|
||||||
|
;; Avoid embedding the current date for reproducible builds
|
||||||
|
(lambda _
|
||||||
|
(setenv "MAN_PAGE_DATE" "2012-04-18"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list texinfo autogen))
|
(list texinfo autogen))
|
||||||
(home-page "https://www.gnu.org/software/complexity/")
|
(home-page "https://www.gnu.org/software/complexity/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue