Unverified Commit 2329c4bb authored by Nick Cao's avatar Nick Cao
Browse files

kdePackages.kdoctools: use default outputs

parent 5544435a
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];