Merge pull request #144913 from trofi/fix-ansifilter-non-determinism
ansifilter: fix non-determinism in gzipped manpages with s/gzip/gzip -n/
Janne Heß 4 years ago faf28d50 1671a7be
··· 14 14 15 15 postPatch = '' 16 16 substituteInPlace src/makefile --replace "CC=g++" "CC=c++" 17 17 + # avoid timestamp non-determinism with '-n' 18 18 + substituteInPlace makefile --replace 'gzip -9f' 'gzip -9nf' 17 19 ''; 18 20 19 21 makeFlags = [