This commit is contained in:
Dominik Picheta 2014-06-20 21:53:53 +01:00
commit 0cc45d05be
8 changed files with 55 additions and 1 deletions

View file

@ -272,6 +272,8 @@ proc processDeps(pkginfo: TPackageInfo, options: TOptions): seq[string] =
else:
echo("Dependency already satisfied.")
result.add(pkg.mypath.splitFile.dir)
# Process the dependencies of this dependency.
result.add(processDeps(pkg, options))
# Check if two packages of the same name (but different version) are listed
# in the path.