Merge pull request #181622 from siraben/formula-mainprogram

This commit is contained in:
Ben Siraphob 2022-07-16 08:54:08 -07:00 committed by GitHub
commit 49414ca907
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,5 +31,6 @@ buildDotnetModule rec {
license = licenses.mspl;
maintainers = with maintainers; [ siraben ];
platforms = platforms.unix;
mainProgram = "formula";
};
}