Unverified Commit 8e14176f authored by Maximilian Bosch's avatar Maximilian Bosch
Browse files

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.
parent e55b4c1e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -119,5 +119,6 @@ stdenv.mkDerivation rec {
    license = licenses.gpl2Plus;
    maintainers = teams.gnome.members;
    platforms = platforms.unix;
    mainProgram = "eog";
  };
}