help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Including sources in guix archive --export


From: Ludovic Courtès
Subject: Re: Including sources in guix archive --export
Date: Fri, 14 Sep 2018 12:00:33 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hi Georges,

Georges Dupéron <address@hidden> skribis:

> Is it possible to export a .nar including the sources necessary to
> rebuild that package?

Not directly, but you could do something like:

  guix archive --export -r hello $(guix build -S hello) > hello.nar

(Or even “guix build --sources=transitive hello”.)

HTH!

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]