mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: ghostscript: Don't write CreationDate and ModDate header entries.
Followup to a64b174751
.
* gnu/packages/ghostscript.scm (ghostscript)[source]: Don't write CreationDate
and ModDate header entries.
This commit is contained in:
parent
5bc42e1a46
commit
6b994438b0
1 changed files with 3 additions and 3 deletions
|
@ -153,9 +153,9 @@ (define-public ghostscript
|
||||||
(for-each delete-file-recursively '("freetype" "jbig2dec" "jpeg"
|
(for-each delete-file-recursively '("freetype" "jbig2dec" "jpeg"
|
||||||
"lcms2" "libpng"
|
"lcms2" "libpng"
|
||||||
"tiff" "zlib"))
|
"tiff" "zlib"))
|
||||||
;; Get rid of timestamps.
|
;; Get rid of timestamps (remove /CreationDate and /ModDate).
|
||||||
(substitute* "base/mkromfs.c"
|
(substitute* "devices/vector/gdevpdf.c"
|
||||||
(("time\\(NULL\\)") "0U"))))))
|
((", but we do the same") "*/ if (0) /*"))))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out" "doc")) ;19 MiB of HTML/PS doc + examples
|
(outputs '("out" "doc")) ;19 MiB of HTML/PS doc + examples
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue