groff: Remove indeterminism in manpages

It was caused by including the modification date
This commit is contained in:
tilpner
2019-02-13 23:50:43 +01:00
parent e27fa435f7
commit 5888faeee6
2 changed files with 17 additions and 1 deletions
+4 -1
View File
@@ -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 \