diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2018-05-28 23:47:34 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2018-05-28 23:47:34 +0300 |
| commit | 07532ba9fcd5e1626b63b0452715e81dec2e8d7f (patch) | |
| tree | cb426abea47bd5b23efc86b1876063e26823a8da | |
| parent | wigust: sbcl-stumpwm-checkout: Add doc output. (diff) | |
| download | guix-wigust-07532ba9fcd5e1626b63b0452715e81dec2e8d7f.tar.gz | |
wigust: Remove emacs-guix-checkout.
* wigust/packages/emacs.scm (emacs-guix-checkout): Remove public variable.
| -rw-r--r-- | wigust/packages/emacs.scm | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/wigust/packages/emacs.scm b/wigust/packages/emacs.scm index 93f5783..706dc6d 100644 --- a/wigust/packages/emacs.scm +++ b/wigust/packages/emacs.scm @@ -734,39 +734,6 @@ Mastodon federated social network.") (("\\(cl-defmacro defengine" line) (string-append ";;;###autoload\n" line)))))))) -(define-public emacs-guix-checkout - (let ((commit "c694b1825bfc2609096df625fa9259b57848af96") - (revision "1")) - (package - (inherit emacs-guix) - (version (string-append (package-version emacs-guix) - "-" revision "." (string-take commit 7))) - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/wigust/guix.el.git") - (commit commit))) - (file-name (string-append (package-name emacs-guix) - "-" version "-checkout")) - (sha256 - (base32 - "1kzvhyjc3n7fkk7ksj5y4j11kkw27whfrl3x9dxs389mgbhhp4hf")))) - (arguments - (append (package-arguments emacs-guix) - '(#:phases - (modify-phases %standard-phases - (add-after 'unpack 'autogen - (lambda _ (zero? (system* "sh" "autogen.sh")))))))) - (native-inputs - `(("pkg-config" ,pkg-config) - ;; 'emacs-minimal' does not find Emacs packages (this is for - ;; "guix environment"). - ("emacs" ,emacs-no-x) - ("autoconf" ,autoconf) - ("automake" ,automake) - ("texinfo" ,texinfo)))))) - (define-public emacs-strace-mode-special (package (inherit emacs-strace-mode) |
