Skip to content

Commit

Permalink
kdePackages.kdoctools: use default outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Apr 29, 2024
1 parent 5544435 commit 2329c4b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkgs/kde/frameworks/kdoctools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 2329c4b

Please sign in to comment.