diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2017-07-06 03:47:08 +0200 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2017-07-10 12:37:03 +0200 |
commit | 9146543f8dce997c194aea93bf4c7a7a4144c8c9 (patch) | |
tree | 7b667fc0202ff281653901ead9c59077b089a631 /gnu/packages/groff.scm | |
parent | ab2a8cac58595461012de39cea64296d91978f3f (diff) | |
download | patches-9146543f8dce997c194aea93bf4c7a7a4144c8c9.tar patches-9146543f8dce997c194aea93bf4c7a7a4144c8c9.tar.gz |
gnu: groff: Remove timestamps.
Fixes <https://bugs.gnu.org/27593>.
* gnu/packages/patches/groff-source-date-epoch.patch: New file.
* gnu/local.mk: Add it.
* gnu/packages/groff.scm (groff)[source]: Add it.
Diffstat (limited to 'gnu/packages/groff.scm')
-rw-r--r-- | gnu/packages/groff.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/groff.scm b/gnu/packages/groff.scm index d7f45d4fc7..67dd1dbfa6 100644 --- a/gnu/packages/groff.scm +++ b/gnu/packages/groff.scm @@ -40,7 +40,8 @@ (uri (string-append "mirror://gnu/groff/groff-" version ".tar.gz")) (sha256 (base32 - "1998v2kcs288d3y7kfxpvl369nqi06zbbvjzafyvyl3pr7bajj1s")))) + "1998v2kcs288d3y7kfxpvl369nqi06zbbvjzafyvyl3pr7bajj1s")) + (patches (search-patches "groff-source-date-epoch.patch")))) (build-system gnu-build-system) (outputs '("out" "doc")) ;12MiB of PS, PDF, HTML, and examples |