Re: ~/.guix-profile/manifest usage with "guix package -m [manifest]" / "guix pack -m [manifest]" etc..

2018-10-11 Thread Ludovic Courtès
Hi, George Clemmer skribis: > Ludovic Courtès writes: > >> Hello, >> >> Ricardo Wurmus skribis: >> > [...] >>> You can put this in a file “manifest-to-manifest.scm” and run it like >>> this from a Guix source checkout: >>> >>> ./pre-inst-env guile -s manifest-to-manifest.scm /path/to/.guix

Re: ~/.guix-profile/manifest usage with "guix package -m [manifest]" / "guix pack -m [manifest]" etc..

2018-10-10 Thread George Clemmer
Ludovic Courtès writes: > Hello, > > Ricardo Wurmus skribis: > [...] >> You can put this in a file “manifest-to-manifest.scm” and run it like >> this from a Guix source checkout: >> >> ./pre-inst-env guile -s manifest-to-manifest.scm /path/to/.guix-profile >> > my-manifest.scm > > I like

Re: ~/.guix-profile/manifest usage with "guix package -m [manifest]" / "guix pack -m [manifest]" etc..

2018-10-08 Thread Ludovic Courtès
Hello, Ricardo Wurmus skribis: >> My thinking is that if there was an easy way to produce “manifests as >> passed to ‘guix package -m’” from profiles, it would be a handy: an easy >> way for someone that has gone down the incremental path to switch to >> manifests and an easy way to update one's

Re: ~/.guix-profile/manifest usage with "guix package -m [manifest]" / "guix pack -m [manifest]" etc..

2018-10-02 Thread George Clemmer
Ricardo Wurmus writes: > Hi George, > >> My thinking is that if there was an easy way to produce “manifests as >> passed to ‘guix package -m’” from profiles, it would be a handy: an easy >> way for someone that has gone down the incremental path to switch to >> manifests and an easy way to upda

Re: ~/.guix-profile/manifest usage with "guix package -m [manifest]" / "guix pack -m [manifest]" etc..

2018-10-02 Thread Ricardo Wurmus
Hi George, > My thinking is that if there was an easy way to produce “manifests as > passed to ‘guix package -m’” from profiles, it would be a handy: an easy > way for someone that has gone down the incremental path to switch to > manifests and an easy way to update one's manifest after incremen

Re: ~/.guix-profile/manifest usage with "guix package -m [manifest]" / "guix pack -m [manifest]" etc..

2018-10-02 Thread George Clemmer
Hi Ludo’, Ludovic Courtès writes: > Hello, > > George Clemmer skribis: > >> YOANN hit an error when trying to do 'guix package -m >> ~/.guix-profile/manifest'. Why would one want to do this? Maybe to >> (re)produce a configuration previously reached by a series of 'guix >> package -i' operation

Re: ~/.guix-profile/manifest usage with "guix package -m [manifest]" / "guix pack -m [manifest]" etc..

2018-10-02 Thread Ludovic Courtès
Hello, George Clemmer skribis: > YOANN hit an error when trying to do 'guix package -m > ~/.guix-profile/manifest'. Why would one want to do this? Maybe to > (re)produce a configuration previously reached by a series of 'guix > package -i' operations? I agree this would be nice, but be aware th

RE: ~/.guix-profile/manifest usage with "guix package -m [manifest]" / "guix pack -m [manifest]" etc..

2018-10-01 Thread YOANN P
>De : George Clemmer > >>Ludovic Courtès writes: > >> Hello, >> >> YOANN P skribis: >> >>> I was thinking than "~/.guix-profile/manifest" was a valid manifest file >>> due to his name, but it seems not that is the case from the error i've got >>> >>> https://pastebin.com/Z7h2t5mL >>> >>> After

Re: ~/.guix-profile/manifest usage with "guix package -m [manifest]" / "guix pack -m [manifest]" etc..

2018-10-01 Thread George Clemmer
Ludovic Courtès writes: > Hello, > > YOANN P skribis: > >> I was thinking than "~/.guix-profile/manifest" was a valid manifest file due >> to his name, but it seems not that is the case from the error i've got >> >> https://pastebin.com/Z7h2t5mL >> >> After some search , i've finally understa

Re: ~/.guix-profile/manifest usage with "guix package -m [manifest]" / "guix pack -m [manifest]" etc..

2018-09-29 Thread Ludovic Courtès
Hello, YOANN P skribis: > No offense, but, even if didn't try too many times to understand Guile > Scheme, even if i really love Guix, the last time i tried to contribute > (http://git.savannah.gnu.org/cgit/guix.git/commit/?id=6e0efe8cd5c85e7b83808b466c626484274def8d) > I really was not comfo

Re: ~/.guix-profile/manifest usage with "guix package -m [manifest]" / "guix pack -m [manifest]" etc..

2018-09-27 Thread Alex Kost
(This message is unrelated to the bug) YOANN P (2018-09-27 20:03 +) wrote: [...] > Indeed, but I only found the IRC discussion between alezost and you who > explained it clearly. > I'm not sure that alezost and me was the only ones who do the same > error For the records: I did not do any

RE: ~/.guix-profile/manifest usage with "guix package -m [manifest]" / "guix pack -m [manifest]" etc..

2018-09-27 Thread YOANN P
>De : Ludovic Courtès >Envoyé : mercredi 26 septembre 2018 10:19 >À : YOANN P >Cc : guix-devel@gnu.org >Objet : Re: ~/.guix-profile/manifest usage with "guix package -m [manifest]" / >"guix pack -m [manifest]" etc.. > >Hello, Hi, > >YOANN P

Re: ~/.guix-profile/manifest usage with "guix package -m [manifest]" / "guix pack -m [manifest]" etc..

2018-09-26 Thread Ludovic Courtès
Hello, YOANN P skribis: > I was thinking than "~/.guix-profile/manifest" was a valid manifest file due > to his name, but it seems not that is the case from the error i've got > > https://pastebin.com/Z7h2t5mL > > After some search , i've finally understand that the instantiated profile > coul

~/.guix-profile/manifest usage with "guix package -m [manifest]" / "guix pack -m [manifest]" etc..

2018-09-25 Thread YOANN P
Hi there, I was thinking than "~/.guix-profile/manifest" was a valid manifest file due to his name, but it seems not that is the case from the error i've got https://pastebin.com/Z7h2t5mL After some search , i've finally understand that the instantiated profile couldn't be used as source prof