highlight: make manpage compression reproducible

This commit is contained in:
Artturin
2021-10-16 23:31:23 +03:00
parent cb8fcfa3e6
commit f33e326e40
+2
View File
@@ -23,6 +23,8 @@ let
prePatch = ''
substituteInPlace src/makefile \
--replace "shell pkg-config" "shell $PKG_CONFIG"
substituteInPlace makefile \
--replace 'gzip' 'gzip -n'
'' + lib.optionalString stdenv.cc.isClang ''
substituteInPlace src/makefile \
--replace 'CXX=g++' 'CXX=clang++'