help-guix
[Top][All Lists]
Advanced

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

Re: How to install prerelease package versions (particularly Emacs)


From: Oleg Pykhalov
Subject: Re: How to install prerelease package versions (particularly Emacs)
Date: Wed, 28 Mar 2018 10:12:04 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

address@hidden (Ludovic Courtès) writes:

> Oleg Pykhalov <address@hidden> skribis:

[…]

>> In case of ‘emacs’ package recipe, ‘--with-source’ doesn't work for a
>> snapshot of the ‘master’ branch.
>
> Why?  Because you’d need to run ‘autoreconf’ and the like?

To run everything in ‘(arguments …)’ except ‘#:parallel-build? #t’.

From http://lists.gnu.org/archive/html/help-guix/2017-09/msg00074.html
--8<---------------cut here---------------start------------->8---
      (arguments
       (substitute-keyword-arguments
           `(#:parallel-build? #t
                               #:tests? #f
                               ,@(package-arguments emacs))
         ((#:phases phases)
          `(modify-phases ,phases
             (add-after 'unpack 'autogen
               (lambda _
                 (zero? (system* "sh" "autogen.sh"))))
             (delete 'reset-gzip-timestamps)))))
--8<---------------cut here---------------end--------------->8---

Oleg.

Attachment: signature.asc
Description: PGP signature


reply via email to

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