mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-08 06:00:36 +02:00
I am not sure relying on profile hooks works, since gnome-packagekit would not start from guix shell. Using glib-or-gtk does make it start, which is better to not rely on the profile. * gnu/packages/package-management.scm (gnome-packagekit) [source]: Use gnome mirrors. [native-inputs]: Change gnu-gettext to gettext-minimal. [inputs]: Remove polkit. [arguments]: Use glib-or-gtk? phases. Change-Id: I11c80d7470bd7f25888235afb4cadc9f1313ba31 Signed-off-by: Christopher Baines <mail@cbaines.net>