aboutsummaryrefslogtreecommitdiff
path: root/tests/packages.scm
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2021-04-22 11:44:25 +0200
committerMathieu Othacehe <othacehe@gnu.org>2021-05-13 17:31:19 +0200
commit668d286ea525dd724ddc393cb8a5487797e579ca (patch)
treeb1cfb01533be241a237072f7b2bb4fed21524f0f /tests/packages.scm
parent2a190aa42a8c6ddd8c85b088e37e2794cb552068 (diff)
downloadguix-668d286ea525dd724ddc393cb8a5487797e579ca.tar.gz
guix-668d286ea525dd724ddc393cb8a5487797e579ca.zip
gnu: alsa-lib: Fix the indentation.
* gnu/packages/linux.scm (alsa-lib): Fix the indentation.
Diffstat (limited to 'tests/packages.scm')
0 files changed, 0 insertions, 0 deletions
ult 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>