build-remote.pl: Fix building multiple output derivations

We were importing paths without sorting them topologically, leading to
"path is not valid" errors.

See e.g. http://hydra.nixos.org/build/12451761
This commit is contained in:
Eelco Dolstra 2014-07-14 12:19:27 +02:00
parent b2e0293f02
commit fa13d3f4f3
3 changed files with 6 additions and 4 deletions

View file

@ -35,7 +35,6 @@ template<class T> T readStorePaths(Source & from)
}
template PathSet readStorePaths(Source & from);
template Paths readStorePaths(Source & from);
RemoteStore::RemoteStore()