Toggle quote (5 lines)> I also filed against PackageKit here:> https://bugs.freedesktop.org/show_bug.cgi?id=76810>> and gnome-software here: https://bugzilla.gnome.org/show_bug.cgi?id=727367
Toggle quote (3 lines)> I also filed against PackageKit here:> https://bugs.freedesktop.org/show_bug.cgi?id=76810
FWIW, a Nix back-end has just been merged: https://github.com/hughsie/PackageKit/pull/126https://github.com/hughsie/PackageKit/pull/126/commits/108da8ed6784673758ea7a7a240eda0f8bdddc28 I think a Guix back-end may be simpler, notably because Guix has anotion of package whereas all Nix sees is derivations, which arelow-level. The Guix back-end, as I imagine, could essentially embed Guile intoPackageKit and have most of the code written in Scheme. That way itcould trivially use all the support code we have in (guix profiles),(guix packages), and (gnu packages). Any takers? :-) Ludo’.