gjs: assign meta.mainProgram
This commit is contained in:
parent
23e89b7da8
commit
240d44bc74
@ -147,6 +147,7 @@ in stdenv.mkDerivation (finalAttrs: {
|
|||||||
description = "JavaScript bindings for GNOME";
|
description = "JavaScript bindings for GNOME";
|
||||||
homepage = "https://gitlab.gnome.org/GNOME/gjs/blob/master/doc/Home.md";
|
homepage = "https://gitlab.gnome.org/GNOME/gjs/blob/master/doc/Home.md";
|
||||||
license = licenses.lgpl2Plus;
|
license = licenses.lgpl2Plus;
|
||||||
|
mainProgram = "gjs";
|
||||||
maintainers = teams.gnome.members;
|
maintainers = teams.gnome.members;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user