about summary refs log tree commit diff
path: root/pkgs/tools/text/sgml
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2021-10-23 05:32:22 +0300
committerArtturin <Artturin@artturin.com>2021-11-05 19:57:03 +0200
commitc3bda5819e65fe641fd7b1ddd2f7f95c990aada7 (patch)
tree6f9e84a9a1b2d00ad95726d7d1e734e7c74e790c /pkgs/tools/text/sgml
parent74dbb75ea436e5b73c4d2d2a6010bff047f53f7a (diff)
opensp: enable strictDeps and remove unneeded deps
neither gentoo or arch list them
checked with diffoscope and there were no changes
Diffstat (limited to 'pkgs/tools/text/sgml')
-rw-r--r--pkgs/tools/text/sgml/opensp/default.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/pkgs/tools/text/sgml/opensp/default.nix b/pkgs/tools/text/sgml/opensp/default.nix
index 6924c8953eef0..a2ad5e4993bb0 100644
--- a/pkgs/tools/text/sgml/opensp/default.nix
+++ b/pkgs/tools/text/sgml/opensp/default.nix
@@ -32,10 +32,13 @@ stdenv.mkDerivation rec {
 
   preConfigure = if stdenv.isCygwin then "autoreconf -fi" else null;
 
-  # need autoconf, automake, gettext, and libtool for reconfigure
-  nativeBuildInputs = lib.optionals stdenv.isCygwin [ autoconf automake libtool ];
+  strictDeps = true;
 
-  buildInputs = [ xmlto docbook_xml_dtd_412 libxslt docbook_xsl gettext libiconv ];
+  nativeBuildInputs = [
+    xmlto
+    docbook_xml_dtd_412
+    docbook_xsl
+  ] ++ lib.optionals stdenv.isCygwin [ autoconf automake libtool ];
 
   doCheck = false; # fails