From 6cecad2be0f7ced82658ec2a86bcf61583487959 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 1 May 2006 09:56:56 +0000 Subject: * Allow string concatenations involving derivations, e.g., configureFlags = "--with-freetype2-library=" + freetype + "/lib"; --- src/libexpr/nixexpr-ast.def | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libexpr/nixexpr-ast.def') diff --git a/src/libexpr/nixexpr-ast.def b/src/libexpr/nixexpr-ast.def index b384ff7c08fc..fab560c99f95 100644 --- a/src/libexpr/nixexpr-ast.def +++ b/src/libexpr/nixexpr-ast.def @@ -35,6 +35,7 @@ Closed | Expr | Expr | Rec | ATermList ATermList | Expr | Bool | ATerm | Expr | Null | | Expr | +Context | ATermList Expr | Expr | Bind | string Expr Pos | ATerm | Bind | string Expr | ATerm | Bind2 -- cgit 1.4.1