highlight: make manpage compression reproducible
This commit is contained in:
@@ -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++'
|
||||
|
||||
Reference in New Issue
Block a user