mirror of
https://github.com/NixOS/nix
synced 2025-06-27 00:11:17 +02:00
* Sync with the trunk.
This commit is contained in:
commit
83dfa89870
13 changed files with 71 additions and 28 deletions
|
@ -582,7 +582,7 @@ static void prim_toXML(EvalState & state, Value * * args, Value & v)
|
|||
{
|
||||
std::ostringstream out;
|
||||
PathSet context;
|
||||
printValueAsXML(state, true, *args[0], out, context);
|
||||
printValueAsXML(state, true, false, *args[0], out, context);
|
||||
mkString(v, out.str(), context);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue