mirror of
https://github.com/mudler/luet.git
synced 2025-09-01 15:18:28 +00:00
Use emojis for icons
This commit is contained in:
@@ -41,7 +41,7 @@ type Solver struct {
|
||||
|
||||
// NewSolver accepts as argument two lists of packages, the first is the initial set,
|
||||
// the second represent all the known packages.
|
||||
func NewSolver(init []pkg.Package, w []pkg.Package , db pkg.PackageDatabase) PackageSolver {
|
||||
func NewSolver(init []pkg.Package, w []pkg.Package, db pkg.PackageDatabase) PackageSolver {
|
||||
for _, v := range init {
|
||||
pkg.NormalizeFlagged(v)
|
||||
}
|
||||
|
Reference in New Issue
Block a user