all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Efraim Flashner <efraim@flashner.co.il>
To: Dima Ursu <dima@tehnoetic.com>
Cc: help-guix@gnu.org
Subject: Re: All source code for GuixSD system
Date: Tue, 16 May 2017 12:50:40 +0300	[thread overview]
Message-ID: <20170516095039.GD27114@macbook42.flashner.co.il> (raw)
In-Reply-To: <089889f3-8c9f-e07d-80c7-d19efc0b2b18@tehnoetic.com>

[-- Attachment #1: Type: text/plain, Size: 1462 bytes --]

On Mon, May 15, 2017 at 03:11:12PM +0300, Dima Ursu wrote:
> 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=/run/current-system/profile
> $ guix package --list-installed
> --profile=/var/guix/profiles/per-user/root/guix-profile
> 
> 2. download the sources;
> $ guix build -S <package-name>
> 
> 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
> 
> -- 
> Free Software Activist
> Engineer @ Tehnoetic
> https://tehnoetic.com
> 

guix build <package-name> --sources=transitive will download all the
sources required to build from the bootstrap binaries to the package(s)
named.

I'm not sure how to do the same for the install image though.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2017-05-16  9:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-15 12:11 All source code for GuixSD system Dima Ursu
2017-05-16  9:50 ` Efraim Flashner [this message]
2017-05-16 19:46   ` Ludovic Courtès
2017-05-16 20:06     ` Tiberiu
2017-05-16 20:11       ` Fox
2017-05-16 21:03       ` Ludovic Courtès
     [not found]         ` <cb710463-0adb-9dab-933f-9b3f746bc229@tehnoetic.com>
2017-05-19 15:39           ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170516095039.GD27114@macbook42.flashner.co.il \
    --to=efraim@flashner.co.il \
    --cc=dima@tehnoetic.com \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.