summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2018-06-24 10:41:12 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2018-06-24 10:41:12 +0300
commit2c62262012e2bcbf6166f1567e838e3222a66070 (patch)
tree102f7bf270364c2792a093f0aaed530a6c5a5de5
parentlocal: emacs-guix-local-checkout: Update to 0.4-1.729e2d4. (diff)
downloadguix-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.scm4
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