From 868fc202b7f10296203f05a1869dadd6ae181a37 Mon Sep 17 00:00:00 2001 From: kitsunyan Date: Fri, 23 Mar 2018 23:58:36 +0300 Subject: Fix ignored packages/groups --- src/feature/syncinstall.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/feature') diff --git a/src/feature/syncinstall.nim b/src/feature/syncinstall.nim index d9762ed..4727f25 100644 --- a/src/feature/syncinstall.nim +++ b/src/feature/syncinstall.nim @@ -759,7 +759,7 @@ proc filterIgnoresAndConflicts(config: Config, pkgInfos: seq[PackageInfo], else: true)) - let nonConflicingPkgInfos = pkgInfos.foldl(block: + let nonConflicingPkgInfos = acceptedPkgInfos.foldl(block: let conflictsWith = lc[p | (p <- a, p.name != b.name and (lc[0 | (c <- b.conflicts, c.isProvidedBy(p.toPackageReference)), int].len > 0 or lc[0 | (c <- p.conflicts, c.isProvidedBy(b.toPackageReference)), int].len > 0)), -- cgit v1.2.3-70-g09d2