editorconfig-core-c: set meta.mainProgram

conduit-nginx
figsoda 2021-10-21 09:17:40 -04:00
parent 203ef7ca55
commit 18335b226e
1 changed files with 1 additions and 0 deletions

View File

@ -33,5 +33,6 @@ stdenv.mkDerivation rec {
license = with licenses; [ bsd2 bsd3 ];
maintainers = with maintainers; [ dochang ];
platforms = platforms.unix;
mainProgram = "editorconfig";
};
}