brotzeit / arch-packer

Arch Linux package management frontend for pacman and pacaur
43 stars 2 forks source link

Symbol’s function definition is void: --if-let #2

Closed efermi closed 7 years ago

efermi commented 7 years ago

When executing the arch-packer-list-packages command the following error occurs:

error in process sentinel: async-handle-result: Symbol’s function definition is void: --if-let
error in process sentinel: Symbol’s function definition is void: --if-let

The command itself doesn't produce any result.

brotzeit commented 7 years ago

That's because I forgot to add dash as dependency. I didn't use the package for some time and it seems I have to fix some other things too. I will take a look at it.

brotzeit commented 7 years ago

Does it work ?

efermi commented 7 years ago

Yes, thank you