lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #144913 from trofi/fix-ansifilter-non-determinism

ansifilter: fix non-determinism in gzipped manpages with s/gzip/gzip -n/

authored by

Janne Heß and committed by
GitHub
faf28d50 1671a7be

+2
+2
pkgs/tools/text/ansifilter/default.nix
··· 14 14 15 15 postPatch = '' 16 16 substituteInPlace src/makefile --replace "CC=g++" "CC=c++" 17 + # avoid timestamp non-determinism with '-n' 18 + substituteInPlace makefile --replace 'gzip -9f' 'gzip -9nf' 17 19 ''; 18 20 19 21 makeFlags = [