From 30b986908eed5d8fd6a2b21da98878f2a0bf19c0 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 19 Nov 2013 14:29:39 +0100 Subject: Check meta values and warn about bad ones --- src/libexpr/get-drvs.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libexpr/get-drvs.hh') diff --git a/src/libexpr/get-drvs.hh b/src/libexpr/get-drvs.hh index b5aebc188355..aaafff1905e7 100644 --- a/src/libexpr/get-drvs.hh +++ b/src/libexpr/get-drvs.hh @@ -30,6 +30,8 @@ private: Bindings * getMeta(); + bool checkMeta(Value & v); + public: string name; string attrPath; /* path towards the derivation */ -- cgit 1.4.1