diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-11-24 13:35:44 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-11-25 11:44:11 -0500 |
commit | 33ae9107d8b60c8c418bc0b7c6ee17af99c85e2f (patch) | |
tree | 6007680685dd7a09669491b98cd7f5c5b9a8cfe9 /gnu-system.am | |
parent | 968ae903189c6c4a41c0e2cddf41ffc5a8c32f93 (diff) | |
download | patches-33ae9107d8b60c8c418bc0b7c6ee17af99c85e2f.tar patches-33ae9107d8b60c8c418bc0b7c6ee17af99c85e2f.tar.gz |
gnu: Add tinyxml.
* gnu/packages/xml.scm (tinyxml): New variable.
* gnu/packages/patches/tinyxml-use-stl.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index ada903e705..8865df5110 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -698,6 +698,7 @@ dist_patch_DATA = \ gnu/packages/patches/texi2html-document-encoding.patch \ gnu/packages/patches/texi2html-i18n.patch \ gnu/packages/patches/tidy-CVE-2015-5522+5523.patch \ + gnu/packages/patches/tinyxml-use-stl.patch \ gnu/packages/patches/torsocks-dns-test.patch \ gnu/packages/patches/tvtime-gcc41.patch \ gnu/packages/patches/tvtime-pngoutput.patch \ |