Merge pull request #307764 from NickCao/kdoctools

kdePackages.kdoctools: use default outputs
This commit is contained in:
K900 2024-04-29 23:40:52 +03:00 committed by GitHub
commit e5f98f9c68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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