sourceHightlight: split out dev, doc otput

which make ahlf of the package size
This commit is contained in:
Sandro Jäckel 2021-02-14 08:56:28 +01:00
parent f8996ad9c9
commit cdcc0b7110
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = false;
outputs = [ "out" "doc" "dev" ];
meta = with lib; {
description = "Source code renderer with syntax highlighting";
longDescription = ''