aboutsummaryrefslogtreecommitdiff
path: root/tests/texlive.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-07-11 08:52:47 +0200
committerRicardo Wurmus <rekado@elephly.net>2017-07-17 14:00:15 +0200
commite3088297f1230868d3d54efb36916c6305b2b3fa (patch)
tree74c7fa5a30e2b92c04b73043883cee6c74b7a723 /tests/texlive.scm
parentc73d0e9d5e71aa3da7b94617590fc245fd547735 (diff)
downloadguix-e3088297f1230868d3d54efb36916c6305b2b3fa.tar.gz
guix-e3088297f1230868d3d54efb36916c6305b2b3fa.zip
gnu: Add texlive-latex-threeparttable.
* gnu/packages/tex.scm (texlive-latex-threeparttable): New variable.
Diffstat (limited to 'tests/texlive.scm')
0 files changed, 0 insertions, 0 deletions
d/file-systems.scm (check-file-system)[check-procedure]: Add cifs. Change-Id: I891b18f03884ed45e92ac32556fe04b3087e20dd Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2024-06-04file-systems: Add support for mounting CIFS file systemsRichard Sent * gnu/build/file-systems (canonicalize-device-name): Do not attempt to resolve CIFS formatted device specifications. (mount-file-systems): Add mount-cifs nested function. * gnu/machine/ssh.scm (machine-check-file-system-availability): Skip checking for CIFS availability, similar to NFS. * guix/scripts/system.scm (check-file-system-availability): Likewise. Change-Id: I182e290eba64bbe5d1332815eb93bb68c01e0c3c Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2024-06-04file-systems: Add host-to-ip nested functionRichard Sent * gnu/build/file-systems (mount-file-system): Split out getaddrinfo logic into a dedicated function, (host-to-ip) Change-Id: I522d70a10651ca79533a4fc60b96b884243a3526 Signed-off-by: Ludovic Courtès <ludo@gnu.org>