summaryrefslogtreecommitdiff
path: root/gnu/packages/patches
diff options
context:
space:
mode:
authorEric Bavier <bavier@member.fsf.org>2014-03-06 14:16:18 -0600
committerEric Bavier <bavier@member.fsf.org>2014-03-07 10:11:12 -0600
commit583103416dc868826ef573b55c2e6657cd62eb36 (patch)
tree27e89e0a82f646d954e0ee5815d1dc62dc111216 /gnu/packages/patches
parentcafb92d853c66b677111594727c586b87bbdd58f (diff)
downloadguix-patches-583103416dc868826ef573b55c2e6657cd62eb36.tar
guix-patches-583103416dc868826ef573b55c2e6657cd62eb36.tar.gz
gnu: Add a2ps, trueprint, enscript, and source-highlight
* gnu/packages/pretty-print.scm: New file * gnu/packages/patches/source-highlight-regexrange-test.patch: New file * gnu-system.am (dist_patch_DATA): Add patch. (GNU_SYSTEM_MODULES): Add pretty-print.scm
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r--gnu/packages/patches/source-highlight-regexrange-test.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/gnu/packages/patches/source-highlight-regexrange-test.patch b/gnu/packages/patches/source-highlight-regexrange-test.patch
new file mode 100644
index 0000000000..298c831b35
--- /dev/null
+++ b/gnu/packages/patches/source-highlight-regexrange-test.patch
@@ -0,0 +1,15 @@
+Disable a single check. The failure is discussed at:
+
+ https://savannah.gnu.org/bugs/index.php?41786
+
+--- a/lib/tests/test_regexranges_main.cpp 2012-04-14 08:58:25.000000000 -0500
++++ b/lib/tests/test_regexranges_main.cpp 2014-03-05 23:49:23.520402043 -0600
+@@ -52,7 +52,7 @@
+ check_range_regex("simple regex");
+ check_range_regex("[[:alpha:]]+");
+ // test with a wrong regular expression
+- check_range_regex("{notclosed", false);
++ // check_range_regex("{notclosed", false);
+
+ // reset regular expressions
+ ranges.clear();