Merge pull request #130541 from Stunkymonkey/shellcheck-phases

This commit is contained in:
Sandro
2021-07-20 18:40:51 +02:00
committed by GitHub
@@ -27,8 +27,6 @@ let
outputs = [ "bin" "man" "doc" "out" ];
phases = [ "unpackPhase" "buildPhase" "installPhase" "fixupPhase" ];
buildPhase = ''
pandoc -s -f markdown-smart -t man shellcheck.1.md -o shellcheck.1
'';