From 555347744d116b0152a04d4fdb08258276d34199 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 15 Aug 2003 12:32:37 +0000 Subject: * Derivation expressions now can specify arguments to be passed to the builder. Note that this unfortunately causes all Fix-computed hashes to change. --- src/fstate.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/fstate.hh') diff --git a/src/fstate.hh b/src/fstate.hh index 969abe9e0632..b71739aed98a 100644 --- a/src/fstate.hh +++ b/src/fstate.hh @@ -36,8 +36,9 @@ struct Derive { DeriveOutputs outputs; FSIds inputs; - string builder; string platform; + string builder; + Strings args; StringPairs env; }; -- cgit 1.4.1