gnu: texlive-fonts-amsfonts: Make build reproducible.

* gnu/packages/tex.scm (texlive-fonts-amsfonts)[arguments]<#:phases>[build]:
Make build reproducible.
master
Danny Milosavljevic 2018-03-21 01:34:34 +01:00
parent af23710ff5
commit db6609bd10
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 2 additions and 0 deletions

View File

@ -760,6 +760,8 @@ symbol fonts.")
(lambda* (#:key inputs #:allow-other-keys)
(let ((mf (assoc-ref inputs "texlive-metafont-base"))
(cwd (getcwd)))
;; Make METAFONT reproducible
(setenv "SOURCE_DATE_EPOCH" "1")
;; Tell mf where to find mf.base
(setenv "MFBASES" (string-append mf "/share/texmf-dist/web2c"))
;; Tell mf where to look for source files