diff options
author | Shea Levy <shea@shealevy.com> | 2016-08-10T14·44-0400 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2017-01-20T14·47-0500 |
commit | bfa41eb6714a7e7c3956389ee063e898bd1f37ff (patch) | |
tree | 53238d800afb6fbaa2874c69e2750627e17d4d2e /src/build-remote | |
parent | 8af062f372ae5db6a90700641f15d98505b4a839 (diff) |
nix-copy-closure: Implement in C++.
Tests fail currently because the database is not given proper hashes in the VM
Diffstat (limited to 'src/build-remote')
-rw-r--r-- | src/build-remote/build-remote.cc | 1 | ||||
-rw-r--r-- | src/build-remote/local.mk | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/build-remote/build-remote.cc b/src/build-remote/build-remote.cc index 98ccc3ddc377..1ac9711a1103 100644 --- a/src/build-remote/build-remote.cc +++ b/src/build-remote/build-remote.cc @@ -9,7 +9,6 @@ #include "shared.hh" #include "pathlocks.hh" #include "globals.hh" -#include "serve-protocol.hh" #include "serialise.hh" #include "store-api.hh" #include "derivations.hh" diff --git a/src/build-remote/local.mk b/src/build-remote/local.mk index 05b8cb451435..62d5a010c247 100644 --- a/src/build-remote/local.mk +++ b/src/build-remote/local.mk @@ -8,4 +8,4 @@ build-remote_LIBS = libmain libutil libformat libstore build-remote_SOURCES := $(d)/build-remote.cc -build-remote_CXXFLAGS = -DSYSCONFDIR="\"$(sysconfdir)\"" -Isrc/nix-store +build-remote_CXXFLAGS = -DSYSCONFDIR="\"$(sysconfdir)\"" |