diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2018-06-24 10:41:12 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2018-06-24 10:41:12 +0300 |
| commit | 2c62262012e2bcbf6166f1567e838e3222a66070 (patch) | |
| tree | 102f7bf270364c2792a093f0aaed530a6c5a5de5 | |
| parent | local: emacs-guix-local-checkout: Update to 0.4-1.729e2d4. (diff) | |
| download | guix-local-2c62262012e2bcbf6166f1567e838e3222a66070.tar.gz | |
local: Rename emacs-guix-local-checkout to emacs-guix-next.
* local/packages/emacs.scm (emacs-guix-local-checkout): Rename to
'guix-next'.
| -rw-r--r-- | local/packages/emacs.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/local/packages/emacs.scm b/local/packages/emacs.scm index 01f8644..e85f0dc 100644 --- a/local/packages/emacs.scm +++ b/local/packages/emacs.scm @@ -76,12 +76,12 @@ capturing user input and paste it with @kbd{C-v} after exit.") "This package provides an Emacs interface to Redshift") (license license:gpl3+)))) -(define-public emacs-guix-local-checkout +(define-public emacs-guix-next (let ((commit "729e2d43ec34f935c39958f835dc35b6344a5b07") (revision "1")) (package (inherit emacs-guix) - (name "emacs-guix-checkout") + (name "emacs-guix-next") (version (git-version (package-version emacs-guix) "1" commit)) (source (origin |
