Re: creating a profile

2021-08-18 Thread Adriano Peluso
Il giorno mer, 18/08/2021 alle 19.48 +0200, Edouard Klein ha scritto: > Hi ! > > You can pass the --profile option to most guix subcommands. > > To install guile-commonmark in a profile, it would be a simple: > > guix install --profile=/tmp/toto guile-commonmark > > To install only its

guix pack and exposing ports

2021-08-18 Thread Todor Kondić
Hello, Please bear with me since I am not that very docker savvy. As far as I understand, normally, one can expose certain ports in a docker description file. But, how to do that when using `guix pack -f docker` command where the docker recipe is hidden from the user? Also, I note I'm getting

Re: creating a profile

2021-08-18 Thread Edouard Klein
Hi ! You can pass the --profile option to most guix subcommands. To install guile-commonmark in a profile, it would be a simple: guix install --profile=/tmp/toto guile-commonmark To install only its dependencies, the following bash one liner will do: guix install --profile=/tmp/toto $(guix

creating a profile

2021-08-18 Thread Adriano Peluso
I'd like to create a profile containing the dependencies of guile- commonmark and I'm a bit confused about how to

Re: File not found during package build

2021-08-18 Thread zimoun
Hi, On Sat, 24 Jul 2021 at 18:32, phodina wrote: > (define-public novaboot > (package > (name "novaboot") > (version "20210126a") > (source (origin > (method git-fetch) > (uri > (git-reference > (url "https://github.com/wentasah/novaboot;)

Re: Guix Hang Out Attempt 2 and an Unoffical Guix Hackathon/config party

2021-08-18 Thread zimoun
Hi Joshua, On Thu, 22 Jul 2021 at 21:12, jbra...@dismail.de wrote: > Let's try to do another guix hang out next Tuesday, July 27th! We'll meet > at 7pm UTC. (I think that is 3pm EST). That is one of the few days I > usually have officially off, so I will meet you all with jitsi: Cool! Thanks

Re: Package variant defined in manifest not visible by Guix

2021-08-18 Thread zimoun
Hi Philippe, On Wed, 18 Aug 2021 at 10:57, Philippe SWARTVAGHER wrote: > Le 16/08/2021 à 16:34, Ricardo Wurmus a écrit : >> There seems to be a small misunderstanding.  You defined a package >> variant, but that’s not a manifest.  A manifest describes the complete >> contents of a profile;

Re: Package variant defined in manifest not visible by Guix

2021-08-18 Thread Philippe SWARTVAGHER
Hello, Le 16/08/2021 à 16:34, Ricardo Wurmus a écrit : > There seems to be a small misunderstanding.  You defined a package > variant, but that’s not a manifest.  A manifest describes the complete > contents of a profile; i.e. it’s a list of packages that Guix should > install. > > Here are three