Hi,
I asdf-installed zip and when trying to unzip a file:
(require 'asdf-install)
(asdf-install:install :zip)
(use-package :zip)
(unzip "test.odt" "test/")
I get the following error:
The value
#<SB-SYS:FD-STREAM for "file /home/alfredo/test.odt" {1006A51C91}>
is not of type
SEQUENCE.
[Condition of type TYPE-ERROR]
Any hints?