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 @@ printing, and psresize, for adjusting page sizes.") | |||
|          '(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 | ||||
|  |  | |||
		Reference in a new issue