aboutsummaryrefslogtreecommitdiff
path: root/tests/profiles.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-29 16:04:49 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-31 22:07:28 +0200
commit66f6ff2aa75804efe603e251a50ed645ffea3f88 (patch)
treecae296f49f34bd24a7033055aae7ad3fdb009ba7 /tests/profiles.scm
parente44f9c258897079e4786491732d37dd5bc5964e5 (diff)
downloadguix-66f6ff2aa75804efe603e251a50ed645ffea3f88.tar.gz
guix-66f6ff2aa75804efe603e251a50ed645ffea3f88.zip
gnu: Add texlive-williams.
* gnu/packages/tex.scm (texlive-williams): New variable.
Diffstat (limited to 'tests/profiles.scm')
0 files changed, 0 insertions, 0 deletions
rver-can-listen?): remove now unused procedure. (%http-server-port): default to port 0, meaning the OS will automatically choose a port. (open-http-server-socket): remove the false statement claiming this procedure is exported and also return the allocated port number. (%local-url): raise an error if the port is obviously unbound. (call-with-http-server): set %http-server-port to the allocated port while the thunk is called. * tests/derivations.scm: adjust test cases to use automatically assign a port. As there is no risk of a port conflict now, do not make any tests conditional upon 'http-server-can-listen?' anymore. * tests/elpa.scm: likewise. * tests/lint.scm: likewise, and add a TODO comment about a port that is still hard-coded. * tests/texlive.scm: likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxime Devos