aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/search.scm
diff options
context:
space:
mode:
authorSimon Tournier <zimon.toutoune@gmail.com>2023-04-28 13:03:09 +0200
committerJosselin Poiret <dev@jpoiret.xyz>2023-05-11 22:33:27 +0200
commit012a514edb43df4498e35786fa59a60bfbab6c0c (patch)
tree38b2a0a4bbcfaed1b892b10fb1b0910dc418bd9d /gnu/packages/search.scm
parent43c0bf757a5d2c8c1da62e80671e64cc1b277232 (diff)
downloadguix-012a514edb43df4498e35786fa59a60bfbab6c0c.tar.gz
guix-012a514edb43df4498e35786fa59a60bfbab6c0c.zip
gnu: texlive-totcount: Replace deprecated input.
* gnu/packages/tex.scm (texlive-totcount)[propagated-inputs]: Replace deprecated texlive-latex-graphics by texlive-graphics. Signed-off-by: Josselin Poiret <dev@jpoiret.xyz>
Diffstat (limited to 'gnu/packages/search.scm')
0 files changed, 0 insertions, 0 deletions
Fixes <https://issues.guix.gnu.org/58084>. Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>. Previously, "sanity checks" and other operations would happen in a context where '%current-system' has its default value. Thus, running 'guix deploy' on x86_64-linux machine for an aarch64-linux one would lead things like '%base-initrd-modules' to see "x86_64-linux" as the '%current-system' value, in turn making the wrong choices. * gnu/machine/ssh.scm (check-deployment-sanity)[assertions]: Wrap in 'parameterize'. (deploy-managed-host): Likewise for the 'mlet' body. Ludovic Courtès