aboutsummaryrefslogtreecommitdiff
path: root/patches/muttprint_regex.patch
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-02-10 14:02:46 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-02-10 14:02:46 +0100
commit3b96c7ee3570583c298cf89c22934467da24aa0c (patch)
treec03439e7801d06bba496b809934a51f0fc2ff22a /patches/muttprint_regex.patch
parente01535ee6ea3d756528aab1b4ca454a2002daf9c (diff)
downloadNix-3b96c7ee3570583c298cf89c22934467da24aa0c.tar.gz
Nix-3b96c7ee3570583c298cf89c22934467da24aa0c.tar.zst
Nix-3b96c7ee3570583c298cf89c22934467da24aa0c.zip
Add muttprint
Diffstat (limited to 'patches/muttprint_regex.patch')
-rw-r--r--patches/muttprint_regex.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/muttprint_regex.patch b/patches/muttprint_regex.patch
new file mode 100644
index 0000000..e99c4a2
--- /dev/null
+++ b/patches/muttprint_regex.patch
@@ -0,0 +1,11 @@
1--- a/muttprint 2015-07-21 11:18:04.219578426 +1200
2+++ b/muttprint 2015-07-21 11:18:53.906243779 +1200
3@@ -1635,7 +1635,7 @@
4 open (AUX, "$auxfile") or fatalError "Could not open $auxfile:\n$!";
5
6 while (<AUX>) {
7- ($numberOfPages) = /\\newlabel{LastPage}{{}{(\d+)}}/;
8+ ($numberOfPages) = /\\newlabel\{LastPage}\{\{}\{(\d+)}}/;
9 }
10
11 close AUX or fatalError "Could not close $auxfile:\n$!";