summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text/groff
diff options
context:
space:
mode:
authorSpencer Baugh <sbaugh@catern.com>2020-10-27 14:49:47 -0400
committerSpencer Baugh <sbaugh@catern.com>2020-10-27 14:59:28 -0400
commit3f92a7e12380f9373e382c5c383905bae407bdca (patch)
treea8374bd1a34de174e4898192488edbbb48456b2f /pkgs/tools/text/groff
parent3081122b00248333bd25c8ab78414fa9166b789b (diff)
groff: fix PDF manpage building with -Tpdf/gropdf
These files are pure data, just fonts; they shouldn't have been moved to the "perl" output, because the Perl programs (namely, gropdf) use them from the main "out" output. These files don't contain any references to more dependencies (Perl or otherwise), so they don't bloat the closure. And the files themselves are small; 276K total as of this commit.
Diffstat (limited to 'pkgs/tools/text/groff')
-rw-r--r--pkgs/tools/text/groff/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/tools/text/groff/default.nix b/pkgs/tools/text/groff/default.nix
index 8c98a4aba465..20052f6c4cef 100644
--- a/pkgs/tools/text/groff/default.nix
+++ b/pkgs/tools/text/groff/default.nix
@@ -82,10 +82,6 @@ stdenv.mkDerivation rec {
moveToOutput bin/afmtodit $perl
moveToOutput bin/gperl $perl
moveToOutput bin/chem $perl
- moveToOutput share/groff/${version}/font/devpdf $perl
-
- # idk if this is needed, but Fedora does it
- moveToOutput share/groff/${version}/tmac/pdf.tmac $perl
moveToOutput bin/gpinyin $perl
moveToOutput lib/groff/gpinyin $perl