[diff "scheme"] xfuncname = "^(\\(define.*)$" [diff "texinfo"] xfuncname = "^@node[[:space:]]+([^,]+).*$" [format] forceinbodyfrom = true # help preserve commit authorship thread = shallow useAutoBase = true [pull] rebase = true [sendemail] to = guix-patches@gnu.org headerCmd = etc/teams.scm cc-members-header-cmd thread = no [b4] attestation-check-dkim = off attestation-policy = off shazam-am-flags = --signoff --3way linkmask = https://yhetil.org/guix/%s linktrailermask = https://yhetil.org/guix/%s midmask = https://yhetil.org/guix/%s : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/antlr3-3_3-fix-java8-compilation.patch
AgeCommit message (Expand)Author
2018-03-04gnu: antlr3-3.3: Fix java8 issue....* gnu/packages/java.scm (antlr3-3.3)[source]: Add patch. * gnu/packages/patches/antlr3-3_3-fix-java8-compilation.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Gábor Boskovits