kdePackages.kdoctools: use default outputs

This commit is contained in:
Nick Cao 2024-04-29 10:08:39 -04:00
parent 5544435abd
commit 2329c4bb87
No known key found for this signature in database
1 changed files with 0 additions and 3 deletions

View File

@ -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];