> For non-trivial use cases, I would suggest writing a file like this:
>
> (use-modules (guix) (gnu packages emacs))
>
> (package
> (inherit emacs)
> (name "emacs-snapshot")
> (source "/path/to/some-file-or-directory.tar.gz"))
>
> and then run:
>
> guix package --install-from-fil
"Feng Shu" skribis:
> l...@gnu.org (Ludovic Courtès) writes:
>
>> tumashu skribis:
>>
>>> Suggest add emacs-next or emacs-snapshot and let guile-emacs inherit it,
>>> The reason is that
>>> user can use it build emacs from emacs.git conveniently, for example:
>>>
>>> guix build emacs-snapsh
Ricardo Wurmus skribis:
> Feng Shu writes:
>
>> l...@gnu.org (Ludovic Courtès) writes:
>>
>>> Currently you have to do:
>>>
>>> guix package -i $(guix build emacs --with-source=…/emacs-2015.tar.gz)
>>>
>>> Not as convenient as one would like. I guess we could add --with-source
>>> directl
Feng Shu writes:
> l...@gnu.org (Ludovic Courtès) writes:
>
>> Currently you have to do:
>>
>> guix package -i $(guix build emacs --with-source=…/emacs-2015.tar.gz)
>>
>> Not as convenient as one would like. I guess we could add --with-source
>> directly in ‘guix package’.
>
> I agree and
l...@gnu.org (Ludovic Courtès) writes:
> Currently you have to do:
>
> guix package -i $(guix build emacs --with-source=…/emacs-2015.tar.gz)
>
> Not as convenient as one would like. I guess we could add --with-source
> directly in ‘guix package’.
I agree and suggest add a way which can ove
l...@gnu.org (Ludovic Courtès) writes:
> tumashu skribis:
>
>> Suggest add emacs-next or emacs-snapshot and let guile-emacs inherit it, The
>> reason is that
>> user can use it build emacs from emacs.git conveniently, for example:
>>
>> guix build emacs-snapshot --with-source=./emacs-snapsho
tumashu skribis:
> By the way, when I use the below command:
>
>guix build emacs-snapshot --with-source=./emacs-snapshot-2015.tar.gz
>
> to build a new emacs-snapshot, How can i install it? I can't find any help
> on manual
Currently you have to do:
guix package -i $(guix bui
tumashu writes:
> By the way, when I use the below command:
>
>guix build emacs-snapshot --with-source=./emacs-snapshot-2015.tar.gz
>
> to build a new emacs-snapshot, How can i install it? I can't find any help
> on manual
“guix build” will print a store item path at the very end
1. emacs can't build emacs.git's snapshot for some reason
2. I think let guile-emacs inherit emacs-snapshot or emacs-next is more
reasonable, for guile-emacs is a kind of emacs-next.
By the way, when I use the below command:
guix build emacs-snapshot --with-source=./emacs-snapshot-2015.
tumashu skribis:
> Suggest add emacs-next or emacs-snapshot and let guile-emacs inherit it, The
> reason is that
> user can use it build emacs from emacs.git conveniently, for example:
>
> guix build emacs-snapshot --with-source=./emacs-snapshot-2015.tar.gz
To use --with-source, all you
Suggest add emacs-next or emacs-snapshot and let guile-emacs inherit it, The
reason is that
user can use it build emacs from emacs.git conveniently, for example:
guix build emacs-snapshot --with-source=./emacs-snapshot-2015.tar.gz
11 matches
Mail list logo