* toXML: propagate the context to allow derivations to be used in the
argument.
This commit is contained in:
@@ -5,10 +5,11 @@
|
||||
#include <map>
|
||||
|
||||
#include "nixexpr.hh"
|
||||
#include "aterm.hh"
|
||||
|
||||
namespace nix {
|
||||
|
||||
void printTermAsXML(Expr e, std::ostream & out);
|
||||
void printTermAsXML(Expr e, std::ostream & out, ATermList & context);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user