summaryrefslogtreecommitdiff
path: root/guix
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-01-17 13:50:53 +0100
committerLudovic Courtès <ludo@gnu.org>2020-01-17 14:22:08 +0100
commit6f918d69b4824226c877c0ca6385360a1dd38bbd (patch)
tree11ea00201d653ab2269c86fbc1ca943d3bfb6341 /guix
parent282f91790a5bbd0d9b3223c4bfd45b66e418c200 (diff)
downloadpatches-6f918d69b4824226c877c0ca6385360a1dd38bbd.tar
patches-6f918d69b4824226c877c0ca6385360a1dd38bbd.tar.gz
import: texlive: Avoid uses of '@@' in tests.
* guix/import/texlive.scm (fetch-sxml, sxml->package): Export. * tests/texlive.scm <top level>: Call '%http-server-port'. ("fetch-sxml: returns SXML for valid XML"): Use 'with-http-server' and set 'current-http-proxy' instead of using 'mock'. ("sxml->package"): Remove use of '@@'.
Diffstat (limited to 'guix')
-rw-r--r--guix/import/texlive.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/guix/import/texlive.scm b/guix/import/texlive.scm
index d528aace9a..a84683ef6f 100644
--- a/guix/import/texlive.scm
+++ b/guix/import/texlive.scm
@@ -38,7 +38,10 @@
#:use-module (guix packages)
#:use-module (gnu packages)
#:use-module (guix build-system texlive)
- #:export (texlive->guix-package))
+ #:export (texlive->guix-package
+
+ fetch-sxml
+ sxml->package))
;;; Commentary:
;;;