about summary refs log tree commit diff
path: root/pkgs/kde/frameworks/kdoctools/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/kde/frameworks/kdoctools/default.nix')
-rw-r--r--pkgs/kde/frameworks/kdoctools/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/kde/frameworks/kdoctools/default.nix b/pkgs/kde/frameworks/kdoctools/default.nix
index 8e8341997a2b0..996e75c885389 100644
--- a/pkgs/kde/frameworks/kdoctools/default.nix
+++ b/pkgs/kde/frameworks/kdoctools/default.nix
@@ -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];