mirror of
https://github.com/NixOS/nix
synced 2025-06-27 16:51:15 +02:00
add libcurl to deps, builds now
This commit is contained in:
parent
ba417a2172
commit
87e0bc9e21
4 changed files with 8 additions and 7 deletions
|
@ -74,10 +74,6 @@ struct GitRepo
|
|||
|
||||
virtual std::string resolveSubmoduleUrl(const std::string & url) = 0;
|
||||
|
||||
virtual std::string resolveSubmoduleUrl(
|
||||
const std::string & url,
|
||||
const std::string & base) = 0;
|
||||
|
||||
virtual bool hasObject(const Hash & oid) = 0;
|
||||
|
||||
virtual ref<SourceAccessor> getAccessor(const Hash & rev, bool exportIgnore) = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue