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: Pierre Neidhardt
Subject: Re: How to install prerelease package versions (particularly Emacs)
Date: Thu, 12 Apr 2018 14:42:26 +0530
User-agent: mu4e 1.0; emacs 26.1

Chris Marusich <address@hidden> writes:

> Can you share the package definition?

Let's start from the most straight-forward:

(define-public emacs-dev
  (package
   (inherit emacs)
   (name "emacs-dev")
   (version "26.0.91")
   (source
     (local-file "/home/ambrevar/projects/emacs-build" #:recursive? #t))))

-- 
Pierre Neidhardt

Must I hold a candle to my shames?
                -- William Shakespeare, "The Merchant of Venice"

Attachment: signature.asc
Description: PGP signature


reply via email to

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