groff, opensp: make deterministic
This commit is contained in:
committed by
Vladimír Čunát
parent
e431a3e0b5
commit
7141303c99
@@ -28,6 +28,14 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
};
|
||||
|
||||
postInstall = ''
|
||||
# Remove example output with (random?) colors to
|
||||
# avoid non-determinism in the output
|
||||
rm $out/share/doc/${name}/examples/hdtbl/*color*ps
|
||||
# Remove creation date
|
||||
find $out/share/doc/${name} -type f -print0 | xargs -0 sed -i -e 's/%%CreationDate: .*//'
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = "http://www.gnu.org/software/groff/";
|
||||
description = "GNU Troff, a typesetting package that reads plain text and produces formatted output";
|
||||
|
||||
Reference in New Issue
Block a user