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
commit fdd9610159
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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