From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#17152: Date: Sun, 12 Jun 2016 15:31:59 +0200 Message-ID: <87lh2amt2o.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56140) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bC5Vi-0002dr-0c for bug-guix@gnu.org; Sun, 12 Jun 2016 09:33:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bC5Ve-0006xE-Rf for bug-guix@gnu.org; Sun, 12 Jun 2016 09:33:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53642) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bC5Ve-0006xA-Oa for bug-guix@gnu.org; Sun, 12 Jun 2016 09:33:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bC5Ve-0001uG-HM for bug-guix@gnu.org; Sun, 12 Jun 2016 09:33:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: ("=?UTF-8?Q?K=E1=BA=8Fra?="'s message of "Mon, 31 Mar 2014 17:14:53 -0400") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: =?UTF-8?Q?K=E1=BA=8Fra?= Cc: 17152@debbugs.gnu.org Hi! K=E1=BA=8Fra skribis: > I also filed against PackageKit here: > https://bugs.freedesktop.org/show_bug.cgi?id=3D76810 FWIW, a Nix back-end has just been merged: https://github.com/hughsie/PackageKit/pull/126 https://github.com/hughsie/PackageKit/pull/126/commits/108da8ed6784673758= ea7a7a240eda0f8bdddc28 I think a Guix back-end may be simpler, notably because Guix has a notion of package whereas all Nix sees is derivations, which are low-level. The Guix back-end, as I imagine, could essentially embed Guile into PackageKit and have most of the code written in Scheme. That way it could trivially use all the support code we have in (guix profiles), (guix packages), and (gnu packages). Any takers? :-) Ludo=E2=80=99.