about summary refs log tree commit diff
path: root/src/libstore/remote-store.cc
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-07-14T10·19+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-07-14T10·19+0200
commitfa13d3f4f3d8fb6dc3e3fc87ac5a2e26d8b32d84 (patch)
tree6f18ceb94403c242d3c8174663d135c5ba8a4251 /src/libstore/remote-store.cc
parentb2e0293f022123b11759dfd498d4eff72233d3f7 (diff)
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
Diffstat (limited to 'src/libstore/remote-store.cc')
-rw-r--r--src/libstore/remote-store.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstore/remote-store.cc b/src/libstore/remote-store.cc
index f566ccf531..3b021bb2a5 100644
--- a/src/libstore/remote-store.cc
+++ b/src/libstore/remote-store.cc
@@ -35,7 +35,6 @@ template<class T> T readStorePaths(Source & from)
 }
 
 template PathSet readStorePaths(Source & from);
-template Paths readStorePaths(Source & from);
 
 
 RemoteStore::RemoteStore()