guix-devel
[Top][All Lists]
Advanced

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

Re: Store channel specification in profile


From: zimoun
Subject: Re: Store channel specification in profile
Date: Fri, 13 Dec 2019 13:16:25 +0100

Hi Pierre,

On Thu, 12 Dec 2019 at 23:35, Pierre Neidhardt <address@hidden> wrote:
>
> I've seen the "provenance" field mentioned a couple of times before, but
> I can't see any "provenance" in my $PROFILE/manifest file.  Am I missing
> something?
>
> I install profiles with manifests.

You have right. It is a bug.


The manifest contains:

--8<---------------cut here---------------start------------->8---
(specifications->manifest
  '("emacs"
    "git"
    "guile"))
--8<---------------cut here---------------end--------------->8---


Let create 2 profiles: one using the --manifest option and the other
one by plain --install.

--8<---------------cut here---------------start------------->8---
guix package -m /tmp/manif.scm -p /tmp/kikoo-manif
guix package -i emacs git guile -p /tmp/kikoo-nomanif
--8<---------------cut here---------------end--------------->8---


And here we are...

--8<---------------cut here---------------start------------->8---
grep provenance /tmp/kikoo-manif/manifest

--8<---------------cut here---------------end--------------->8---

versus

--8<---------------cut here---------------start------------->8---
grep provenance /tmp/kikoo-nomanif/manifest
        (provenance
        (provenance
        (provenance
--8<---------------cut here---------------end--------------->8---


All the best,
simon


--8<---------------cut here---------------start------------->8---
guix describe
Generation 60   Dec 13 2019 12:52:55    (current)
  guix eb8aad6
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: eb8aad6a23442cf7b23e0df88b89b4cd030dfbf5
--8<---------------cut here---------------end--------------->8---



reply via email to

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