-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Got the following error while trying to build a package
error: value is a list while a set was expected
… while evaluating anonymous lambda
at /nix/store/hinskrx05kyl9ngfqd50zx189wzili66-source/lib/resolve.nix:55:14:
54| resolvedDependencies =
55| map (dep: dep // {
| ^
56| resolved = selectDep candidates dep;
… from call site
… while evaluating anonymous lambda
at /nix/store/hinskrx05kyl9ngfqd50zx189wzili66-source/lib/support.nix:168:29:
167| pkgSet = mapAttrs (id: info: info // {
168| dependencies = map (dep: dep // {
| ^
169| targetEnabled = dep.target != null -> evalTargetCfgStr hostCfgs dep.target;
… from call site
… while evaluating 'depFilter'
at /nix/store/hinskrx05kyl9ngfqd50zx189wzili66-source/lib/support.nix:204:25:
203| inherit pkgSet rootId rootFeatures;
204| depFilter = dep: dep.targetEnabled && dep.kind == "normal";
| ^
205| };
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels