Merge pull request #255459 from bobvanderlinden/pr-hello-mainprogram

hello: add meta.mainProgram
This commit is contained in:
Emily 2023-09-16 14:12:22 +02:00 committed by GitHub
commit 4909c2de6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
changelog = "https://git.savannah.gnu.org/cgit/hello.git/plain/NEWS?h=v${finalAttrs.version}";
license = licenses.gpl3Plus;
maintainers = [ maintainers.eelco ];
mainProgram = "hello";
platforms = platforms.all;
};
})