Unverified Commit 8325f16d authored by Azat Bahawi's avatar Azat Bahawi Committed by GitHub
Browse files

grc: split man output (#485315)

parents 1135527d c958f0ab
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -39,6 +39,11 @@ python3Packages.buildPythonApplication rec {
    runHook postInstall
  '';

  outputs = [
    "out"
    "man"
  ];

  meta = {
    homepage = "http://kassiopeia.juls.savba.sk/~garabik/software/grc.html";
    description = "Generic text colouriser";