mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: ghostscript: Make build reproducible.
Fixes <https://bugs.gnu.org/27563>. * gnu/packages/ghostscript.scm (ghostscript)[source]: Remove timestamps.
This commit is contained in:
parent
c23d897766
commit
a64b174751
1 changed files with 4 additions and 1 deletions
|
@ -152,7 +152,10 @@ (define-public ghostscript
|
|||
'(begin
|
||||
(for-each delete-file-recursively '("freetype" "jbig2dec" "jpeg"
|
||||
"lcms2" "libpng"
|
||||
"tiff" "zlib"))))))
|
||||
"tiff" "zlib"))
|
||||
;; Get rid of timestamps.
|
||||
(substitute* "base/mkromfs.c"
|
||||
(("time\\(NULL\\)") "0U"))))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out" "doc")) ;19 MiB of HTML/PS doc + examples
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue