help-guix
[Top][All Lists]
Advanced

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

Re: Emacs C source


From: Kristoffer Ström
Subject: Re: Emacs C source
Date: Tue, 19 Dec 2023 17:07:30 +0100

> --8<---------------cut here---------------start------------->8---
> (use-modules (guix scripts build))
>
> (specifications->manifest
>  (map
>   (lambda (spec)
>     (begin
>       (guix-build "--source" spec)
>       spec))
>   (list
>    "emacs"
>    "coreutils"
>    )))
> --8<---------------cut here---------------end--------------->8---
>
> allows to fetch the corresponding source of each package.  However, the
> source (tarball) are not part of the ’manifest’ and thus not visible
> inside the container.

This looks like a good start to get somehting automatic. Thank you!



reply via email to

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