Unverified Commit e5f98f9c authored by K900's avatar K900 Committed by GitHub
Browse files

Merge pull request #307764 from NickCao/kdoctools

kdePackages.kdoctools: use default outputs
parents 2943c183 2329c4bb
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -8,9 +8,6 @@
mkKdeDerivation {
  pname = "kdoctools";

  # lots of self-references, the output is pretty small (~5MB), not worth trying to untangle
  outputs = ["out"];

  # Perl could be used both at build time and at runtime.
  extraNativeBuildInputs = [perl perlPackages.URI];
  extraBuildInputs = [docbook_xml_dtd_45 docbook-xsl-nons];