mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
kdePackages.kdoctools: use default outputs
This commit is contained in:
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];
|
||||
|
Loading…
Reference in New Issue
Block a user