gnome.eog: add meta.mainProgram
In one of my personal deployments, I happen to have the line lib.getExe gnome.eog which fails rather loudly with a warning that doing this is deprecated if `mainProgram` is not defined for understandable reasons. So, this patch adds this attribute.
This commit is contained in:
parent
e55b4c1ec7
commit
8e14176f0f
1 changed files with 1 additions and 0 deletions
|
@ -119,5 +119,6 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.gpl2Plus;
|
||||
maintainers = teams.gnome.members;
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "eog";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue