groff: Remove indeterminism in manpages
It was caused by including the modification date
This commit is contained in:
@@ -18,7 +18,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
enableParallelBuilding = false;
|
||||
|
||||
patches = [ ./look-for-ar.patch ];
|
||||
patches = [
|
||||
./look-for-ar.patch
|
||||
./mdate-determinism.patch
|
||||
];
|
||||
|
||||
postPatch = stdenv.lib.optionalString (psutils != null) ''
|
||||
substituteInPlace src/preproc/html/pre-html.cpp \
|
||||
|
||||
Reference in New Issue
Block a user