Noé Lopez via Guix-patches via writes: > From: Noé Lopez > > 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 > --- > gnu/packages/package-management.scm | 23 ++++++++++++----------- > 1 file changed, 12 insertions(+), 11 deletions(-) Thanks for the patch, I've pushed this to master as c9bd437cdc5a3ccc09cd08f024c459cd3f7dbeb0. Chris