[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#36896: [PATCH] added gsettings-desktop-schema to progragated inputs
From: |
Ricardo Wurmus |
Subject: |
bug#36896: [PATCH] added gsettings-desktop-schema to progragated inputs |
Date: |
Mon, 05 Aug 2019 13:40:41 +0200 |
User-agent: |
mu4e 1.2.0; emacs 26.2 |
Hi,
null <address@hidden> writes:
> ---
> gnu/packages/gnome.scm | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
> index 3f7bbac214..c33653f361 100644
> --- a/gnu/packages/gnome.scm
> +++ b/gnu/packages/gnome.scm
> @@ -8074,6 +8074,8 @@ generic enough to work for everyone.")
> ("openldap" ,openldap)
> ("webkitgtk" ,webkitgtk)
> ("ytnef" ,ytnef)))
> + (propagated-inputs
> + `(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)))
> (home-page "https://gitlab.gnome.org/GNOME/evolution")
> (synopsis "Manage your email, contacts and schedule")
> (description "Evolution is a personal information management application
Thank you for the patch.
I’m not sure this is the right thing to do. I don’t think we ever
propagate this package. Instead we often wrap executables so that
relevant environment variables are set. Would this work in the case of
Evolution as well?
--
Ricardo
bug#36896: [PATCH] wrapped evolution so that it know where its gsettings are, Martin Becze, 2019/08/17
bug#36896: [PATCH] wrapped evolution so that it know where its gsettings are, Martin Becze, 2019/08/17