Awesome ! Thank you vert much Simon.
I would be please to put some effort in the handbook to ease first time
packaging contributions. (I have a bunch of notes almost ready for it)
Jérémy
--
Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma
brièveté.
Hi Jeremy,
Let send you first contribution. ;-)
Well, now you should be to build your package, something like:
guix build -f your-definition.scm
where the file your-defintion.scm contains the recipe of your package.
Then, the instructions about how to submit.
1. clone from savanah and go t
Hi Jeremy,
Could you please trim your emails when you answer?
On Thu, 20 Feb 2020 at 09:13, Jeremy Korwin-Zmijowski
wrote:
> > > $ ./pre-inst-env guix import elpa --archive=melpa-stable ac-geiser
> > >
> > > I copied the resulted definition in "emacs-ac-geiser-imported.scm"
> > >
> > > $ guix e
Le jeudi 20 février 2020 à 08:54 +0100, Jeremy Korwin-Zmijowski a
écrit :
> Le jeudi 20 février 2020 à 08:53 +0100, Jeremy Korwin-Zmijowski a
> écrit :
> > Le jeudi 20 février 2020 à 01:17 +0100, zimoun a écrit :
> > > Hi Jeremy,
> > >
> > > On Thu, 20 Feb 2020 at 00:33, Jeremy Korwin-Zmijowski
>
Le jeudi 20 février 2020 à 08:53 +0100, Jeremy Korwin-Zmijowski a
écrit :
> Le jeudi 20 février 2020 à 01:17 +0100, zimoun a écrit :
> > Hi Jeremy,
> >
> > On Thu, 20 Feb 2020 at 00:33, Jeremy Korwin-Zmijowski
> > wrote:
> >
> > > $ ./pre-inst-env guix package --install-from-file=emacs-ac-
> > >
Le jeudi 20 février 2020 à 01:17 +0100, zimoun a écrit :
> Hi Jeremy,
>
> On Thu, 20 Feb 2020 at 00:33, Jeremy Korwin-Zmijowski
> wrote:
>
> > $ ./pre-inst-env guix package --install-from-file=emacs-ac-
> > geiser.scm
> > guix package: error: failed to connect to
> > `/usr/local/var/guix/daemon-
Ah no, I missed the common mistake, I guess.
On Thu, 20 Feb 2020 at 00:33, Jeremy Korwin-Zmijowski
wrote:
> $ ./configure
It is "./configure --localstatedir=/var"
Explained here [1] and there [2] or here [3].
[1]
https://guix.gnu.org/manual/en/html_node/Building-from-Git.html#Building-from-G
Hi Jeremy,
On Thu, 20 Feb 2020 at 00:33, Jeremy Korwin-Zmijowski
wrote:
> $ ./pre-inst-env guix package --install-from-file=emacs-ac-geiser.scm
> guix package: error: failed to connect to `/usr/local/var/guix/daemon-
> socket/socket': No such file or directory
>
> Any idea ?
Is the daemon up?
A
Dear Guixters,
On my way to create a Guix package for ac-geiser (
https://github.com/xiaohanyu/ac-geiser), I end up stuck.
Here is my process :
$ git clone https://git.savannah.gnu.org/git/guix.git
$ cd guix
$ git pull --recurse-submodules
$ guix environment --pure guix
$ ./bootstrap
$ ./configu