guix-play/guix/build-system
Timothy Sample e6da6e3152
svn-download: Do not expand keywords.
Subversion keyword expansion is potentially non-reproducible as some of
them expand time strings relative to the local time zone:

  https://issues.guix.gnu.org/43442#18

In practice this is not a problem in Guix since Subversion checkouts
happen in an isolated environment using the "default timezone" (UTC).

However, Software Heritage disables keyword expansion for this very
reason.  By following suit, we make sure content can be retrieved from
there.

* guix/build/svn.scm (svn-fecth): Pass "--ignore-keywords" to
Subversion.
* guix/build-system/texlive.scm (%texlive-date): New variable.
* gnu/packages/java.scm (java-geronimo-xbean-reflect)
(java-geronimo-genesis-2.1): Update the source hash.
* gnu/packages/machine-learning.scm (ghmm): Likewise.
* gnu/packages/video.scm (libsmpeg, libsmpeg-with-sdl1): Likewise.
* gnu/packages/tex.scm (texlive-bin): Update the hash of the
"texlive-scripts" input, and a add a new phase that imitates
Subversion keyword expansion for scripts that need it.
(texlive-latex-base): Update the hash of the "texlive-luatexconfig"
native input.
(texlive-hyphen-base, texlive-dvipdfmx, texlive-dvips, texlive-cm)
(texlive-tex-plain, texlive-kpathsea, texlive-latexconfig)
(texlive-tetex, texlive-pdftex, texlive-xetex): Update the source
hash.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2023-06-11 18:13:44 +02:00
..
agda.scm
android-ndk.scm
ant.scm
asdf.scm
cargo.scm
channel.scm
chicken.scm
clojure.scm
cmake.scm
copy.scm
dub.scm
dune.scm
elm.scm
emacs.scm
font.scm
glib-or-gtk.scm
gnu.scm
go.scm
guile.scm
haskell.scm
julia.scm
linux-module.scm
maven.scm
meson.scm
minetest.scm
minify.scm
mozilla.scm
node.scm
ocaml.scm
perl.scm
pyproject.scm
python.scm
qt.scm
r.scm
rakudo.scm
rebar.scm
renpy.scm
ruby.scm
scons.scm
texlive.scm svn-download: Do not expand keywords. 2023-06-11 18:13:44 +02:00
tree-sitter.scm
trivial.scm
waf.scm