jitterentropy: make man pages reproducible

This commit is contained in:
Arnout Engelen
2020-01-07 10:26:53 +01:00
parent 9beb0d1ac2
commit 96167307bd
2 changed files with 17 additions and 0 deletions
@@ -9,6 +9,10 @@ stdenv.mkDerivation rec {
rev = "v${version}";
sha256 = "0n2l1fxr7bynnarpwdjifb2fvlsq8w5wmfh31yk5nrc756cjlgyw";
};
patches = [
# Can be removed when upgrading beyond 2.2.0
./reproducible-manpages.patch
];
enableParallelBuilding = true;