summary refs log tree commit diff
path: root/pkgs/top-level/perl-packages.nix
diff options
context:
space:
mode:
authorMatthew Bauer <matthew.bauer@obsidian.systems>2018-07-19 00:09:01 -0400
committerMatthew Bauer <matthew.bauer@obsidian.systems>2018-07-19 00:09:01 -0400
commit4ed7a4b993d3e03e16eb5dbe0f1ea3061d2eb475 (patch)
tree997c964a3565338a289be433357a7302d12d33a8 /pkgs/top-level/perl-packages.nix
parentaab3182ca4a2b69bfd01db53e1e95c941425203b (diff)
downloadnixlib-4ed7a4b993d3e03e16eb5dbe0f1ea3061d2eb475.tar
nixlib-4ed7a4b993d3e03e16eb5dbe0f1ea3061d2eb475.tar.gz
nixlib-4ed7a4b993d3e03e16eb5dbe0f1ea3061d2eb475.tar.bz2
nixlib-4ed7a4b993d3e03e16eb5dbe0f1ea3061d2eb475.tar.lz
nixlib-4ed7a4b993d3e03e16eb5dbe0f1ea3061d2eb475.tar.xz
nixlib-4ed7a4b993d3e03e16eb5dbe0f1ea3061d2eb475.tar.zst
nixlib-4ed7a4b993d3e03e16eb5dbe0f1ea3061d2eb475.zip
treewide: preserve hashes from 76999cc40e6
76999cc40e6 changed some hashes resulting in this PR being technically
a mass rebuild. To avoid this, I am restoring some of the hashes (even
though it seems silly). My main goal is to get this PR merged quickly
as treewide changes like this get out-of-date quickly.

This commit should be reverted on the next mass rebuild.
Diffstat (limited to 'pkgs/top-level/perl-packages.nix')
-rw-r--r--pkgs/top-level/perl-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 420a257c6071..27a1341eeccc 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -12428,7 +12428,7 @@ let self = _self // overrides; _self = with self; {
       url = "https://alioth.debian.org/frs/download.php/file/4142/po4a-0.47.tar.gz";
       sha256 = "5010e1b7df1115cbd475f46587fc05fefc97301f9bba0c2f15106005ca017507";
     };
-    nativeBuildInputs = [ pkgs.docbook_xsl pkgs.docbook_xsl_ns ];
+    nativeBuildInputs = [ pkgs.docbook_xsl pkgs.docbook_xsl pkgs.docbook_xsl_ns ];
     propagatedBuildInputs = [ TextWrapI18N LocaleGettext TermReadKey SGMLSpm ModuleBuild UnicodeLineBreak ModuleBuild ];
     buildInputs = [ pkgs.gettext pkgs.libxslt pkgs.glibcLocales pkgs.docbook_xml_dtd_412 pkgs.docbook_sgml_dtd_41 pkgs.texlive.combined.scheme-basic pkgs.jade ];
     LC_ALL="en_US.UTF-8";