From 39d72640c2459dc2fa689bfe8b756ee193f7b98a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 26 May 2014 16:50:36 +0200 Subject: Ensure that -I flags get included in nixPath Also fixes #261. --- src/libexpr/eval.hh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/libexpr/eval.hh') diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh index ad4c6a4b5f5c..200ec75e0f92 100644 --- a/src/libexpr/eval.hh +++ b/src/libexpr/eval.hh @@ -113,11 +113,10 @@ private: typedef list > SearchPath; SearchPath searchPath; - SearchPath::iterator searchPathInsertionPoint; public: - EvalState(); + EvalState(const Strings & _searchPath); ~EvalState(); void addToSearchPath(const string & s, bool warn = false); -- cgit 1.4.1