nixos-gui: (xml2nix_pptable) Handle path nodes.
svn path=/nixos/trunk/; revision=26973
This commit is contained in:
parent
6839bddd1b
commit
c978e5accc
@ -200,6 +200,9 @@ var xml2nix_pptable = {
|
|||||||
string: function (node, depth, pp) {
|
string: function (node, depth, pp) {
|
||||||
return "\"" + node.attr("value") + "\"";
|
return "\"" + node.attr("value") + "\"";
|
||||||
},
|
},
|
||||||
|
path: function (node, depth, pp) {
|
||||||
|
return node.attr("value");
|
||||||
|
},
|
||||||
bool: function (node, depth, pp) {
|
bool: function (node, depth, pp) {
|
||||||
return node.attr("value");
|
return node.attr("value");
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user