forked from mirrors/nixpkgs
sourceHightlight: split out dev, doc otput
which make ahlf of the package size
This commit is contained in:
parent
f8996ad9c9
commit
cdcc0b7110
|
@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
enableParallelBuilding = false;
|
||||
|
||||
outputs = [ "out" "doc" "dev" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Source code renderer with syntax highlighting";
|
||||
longDescription = ''
|
||||
|
|
Loading…
Reference in a new issue