shellcheck: deprecate phases

This commit is contained in:
Felix Buehler 2021-07-18 12:31:37 +02:00
parent 6626933865
commit f439e8dba7

View file

@ -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
'';