I'm making a package which depends on the Honeycomblibrary. If I don't have the library installed and I use nimble buildor similar commands, Nimble tells me that it can't find the library in the package list. However, if I manually install it with nimble install honeycomband then nimble buildmy package, it works just fine. And this doesn't seem to be the case for other packages.