From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dima Ursu Subject: All source code for GuixSD system Date: Mon, 15 May 2017 15:11:12 +0300 Message-ID: <089889f3-8c9f-e07d-80c7-d19efc0b2b18@tehnoetic.com> 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]:50394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dAEqe-0004Dd-6I for help-guix@gnu.org; Mon, 15 May 2017 08:11:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dAEqb-0008Fx-1k for help-guix@gnu.org; Mon, 15 May 2017 08:11:36 -0400 Received: from mail.ceata.ro ([188.247.129.164]:34379 helo=mail.ceata.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dAEqa-0008B0-Kh for help-guix@gnu.org; Mon, 15 May 2017 08:11:32 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.ceata.org (Postfix) with ESMTP id 542FD237AB2 for ; Mon, 15 May 2017 15:11:13 +0300 (EEST) Received: from mail.ceata.org ([127.0.0.1]) by localhost (mail.ceata.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id X+4UVvfMKvQj for ; Mon, 15 May 2017 15:11:13 +0300 (EEST) Received: from [192.168.0.100] (unknown [188.26.241.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.ceata.org (Postfix) with ESMTPSA id F3347237A9F for ; Mon, 15 May 2017 15:11:12 +0300 (EEST) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hello, I'm Dima from Technoethical, and I'm stuck at getting some source code. We want to ship laptops preinstalled with GuixSD as well, and we want to include the sources corresponding to all the binaries present in the GuixSD system we ship. The plan was this: 1. find a list of the installed software; $ guix package --list-installed --profile=3D/run/current-system/profile $ guix package --list-installed --profile=3D/var/guix/profiles/per-user/root/guix-profile 2. download the sources; $ guix build -S 3. copy them in the home folder; However, at step 1 I noticed that only the packages installed by us are there. There is no package for linux-libre, for example. How do I get a list of the base packages, the ones shipped with the GuixSD installation image? Thank you, Dima --=20 Free Software Activist Engineer @ Tehnoetic https://tehnoetic.com