mirror of
https://github.com/mudler/luet.git
synced 2025-08-01 23:41:37 +00:00
Search in world instead of db (or solver would mismatch)
This commit is contained in:
parent
8c36580722
commit
a7a20358ef
@ -284,7 +284,7 @@ func (cs *LuetCompiler) Compile(concurrency int, keepPermissions bool, p Compila
|
||||
|
||||
func (cs *LuetCompiler) FromPackage(p pkg.Package) (CompilationSpec, error) {
|
||||
|
||||
pack, err := cs.Tree().GetPackageSet().FindPackage(p)
|
||||
pack, err := cs.Tree().FindPackage(p)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user