guix-devel
[Top][All Lists]
Advanced

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

Re: emacs.scm: Suggest add emacs-next or emacs-snapshot


From: Feng Shu
Subject: Re: emacs.scm: Suggest add emacs-next or emacs-snapshot
Date: Fri, 13 Nov 2015 19:56:28 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

address@hidden (Ludovic Courtès) writes:

> tumashu <address@hidden> 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-20151111.tar.gz
>
> To use --with-source, all you need to do is to rename the tarball to
> ‘emacs-20151111.tar.gz’; after that, you can run:
>
>   guix build emacs --with-source=emacs-20151111.tar.gz
>
> That’s because --with-source expects the tarball name to match the
> package name (info "(guix) Invoking guix build").

I don't think it is a flexible way, i like the below:

    guix build emacs --with-source=~/my-own-emacs-dir --override-name=emacs 
--override-version=20151111

>
> Now, it might make sense to also provide an ‘emacs-snapshot’ package,
> built from a Git checkout and regularly updated.  Would you like to try
> that?
>
> I think the package would simply inherit from ‘guile-emacs’ and provide
> a different ‘name’, ‘version’, and ‘source’.
>
> Thanks,
> Ludo’.

-- 




reply via email to

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