summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2019-06-29 19:29:14 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2019-06-29 19:29:14 +0300
commit72b2e07e74d71dcf2d7b55fe2839fdf664ebdc27 (patch)
treebcf20e5902d9713544d484b9e101d6e74b57a1b3
parentAdd '.gitlab-ci.yml'. (diff)
downloadguix-wigust-72b2e07e74d71dcf2d7b55fe2839fdf664ebdc27.tar.gz
gnu: Delete emacs-bash-completion-2-1.0.
* wigust/packages/emacs.scm (emacs-bash-completion-2-1.0): Delete variable.
-rw-r--r--wigust/packages/emacs.scm27
1 files changed, 0 insertions, 27 deletions
diff --git a/wigust/packages/emacs.scm b/wigust/packages/emacs.scm
index b2ab6fd..8708c97 100644
--- a/wigust/packages/emacs.scm
+++ b/wigust/packages/emacs.scm
@@ -1112,33 +1112,6 @@ advantages as below with the help of websocket.")
lines elsewhere in a project.")
(license license:gpl3+))))
-(define-public emacs-bash-completion-2.1.0
- (let ((commit "24088ede85742a94f8e239ba063e8587e553d844"))
- (package
- (inherit emacs-bash-completion)
- (version (git-version "2.1.0" "1" commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/szermatt/emacs-bash-completion.git")
- (commit commit)))
- (file-name (git-file-name (package-name emacs-bash-completion)
- version))
- (sha256
- (base32
- "1jqh8d0w3lbqh9yld3lkr0f7l6j46ivpqic7hmj9q3fxfdbwqb7k"))))
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-before 'install 'configure
- (lambda* (#:key inputs #:allow-other-keys)
- (let ((bash (assoc-ref inputs "bash")))
- (chmod "bash-completion.el" #o644)
- (emacs-substitute-variables "bash-completion.el"
- ("bash-completion-prog" (string-append bash "/bin/bash"))))
- #t))))))))
-
(define-public emacs-guix-next
(let ((commit "1ed98be606d41356725f7a9fd1d7f981427aa53a")
(revision "1"))