elm: add meta.mainProgram (matches update script)

This commit is contained in:
PedroHLC ☭ 2023-10-05 09:57:20 -03:00
parent a60f6e995f
commit 36e507ac0e
No known key found for this signature in database
GPG key ID: DF4C6898CBDC6DF5

View file

@ -28,4 +28,5 @@ mkDerivation {
homepage = "https://elm-lang.org";
description = "The `elm` command line interface";
license = lib.licenses.bsd3;
mainProgram = "elm";
}