kdePackages.kdoctools: use default outputs

This commit is contained in:
Nick Cao
2024-04-29 10:09:24 -04:00
parent 5544435abd
commit 2329c4bb87
@@ -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];