1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2024-12-22 23:47:56 +01:00

- removed installation of 'quri'.

This commit is contained in:
cage 2020-12-20 18:06:24 +01:00
parent fef18b7c8d
commit ee5eb80d07

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)";
}