summaryrefslogtreecommitdiff
path: root/local
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2018-06-24 23:02:01 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2018-06-24 23:02:01 +0300
commite80ed31a2488718699b01ebeb4bb84ee1fb5086b (patch)
tree8143f9c7d547f06003b61a864e918c3a231d2b76 /local
parentlocal: emacs-terminal-here-checkout: Switch to 'gitlab.com'. (diff)
downloadguix-local-e80ed31a2488718699b01ebeb4bb84ee1fb5086b.tar.gz
local: Remove emacs-guix-next.
* local/packages/emacs.scm (emacs-guix-next): Remove variable.
Diffstat (limited to 'local')
-rw-r--r--local/packages/emacs.scm23
1 files changed, 0 insertions, 23 deletions
diff --git a/local/packages/emacs.scm b/local/packages/emacs.scm
index 6df5ee8..4d7bac1 100644
--- a/local/packages/emacs.scm
+++ b/local/packages/emacs.scm
@@ -76,29 +76,6 @@ 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-next
- (let ((commit "729e2d43ec34f935c39958f835dc35b6344a5b07")
- (revision "1"))
- (package
- (inherit emacs-guix)
- (name "emacs-guix-next")
- (version (git-version (package-version emacs-guix) "1" commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "git://git.magnolia.local/emacs-guix")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1jr5smhl2as954a4kk5jh3c0g4vi4hn6s8318gqs7ym8fdv0xl92"))))
- (native-inputs
- `(("autoconf" ,autoconf)
- ("automake" ,automake)
- ("texinfo" ,texinfo)
- ,@(package-native-inputs emacs-guix))))))
-
(define-public emacs-terminal-here-checkout
(let ((commit "c35e7471a33df0e1d37522dc7aad42df9efc40c6"))
(package