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.
master
Danny Milosavljevic 2017-07-06 10:39:07 +02:00
parent 5bc42e1a46
commit 6b994438b0
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 3 additions and 3 deletions

View File

@ -153,9 +153,9 @@ printing, and psresize, for adjusting page sizes.")
(for-each delete-file-recursively '("freetype" "jbig2dec" "jpeg"
"lcms2" "libpng"
"tiff" "zlib"))
;; Get rid of timestamps.
(substitute* "base/mkromfs.c"
(("time\\(NULL\\)") "0U"))))))
;; Get rid of timestamps (remove /CreationDate and /ModDate).
(substitute* "devices/vector/gdevpdf.c"
((", but we do the same") "*/ if (0) /*"))))))
(build-system gnu-build-system)
(outputs '("out" "doc")) ;19 MiB of HTML/PS doc + examples
(arguments