1
0
Fork 0

- removed installation of 'quri'.

This commit is contained in:
cage 2020-12-20 18:06:24 +01:00
parent fef18b7c8d
commit ee5eb80d07
1 changed files with 0 additions and 1 deletions

View File

@ -121,7 +121,6 @@ install_dependency () {
--eval "(ql:quickload \"usocket\")" \
--eval "(ql:quickload \"cffi\")" \
--eval "(ql:quickload \"babel\")" \
# --eval "(ql:quickload \"quri\")" \
--eval "(ql:quickload \"percent-encoding\")" \
--eval "(sb-ext:quit)";
}