diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2019-07-05 15:53:26 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2019-07-05 15:59:52 +0300 |
| commit | 5cc2d278b0a9115312838050bed9fbc267c62142 (patch) | |
| tree | 836b39f3d7ec64057d7daba36fbffb5b563d9790 | |
| parent | wigust: Delete emacs-no-x-toolkit-24. (diff) | |
| download | guix-wigust-5cc2d278b0a9115312838050bed9fbc267c62142.tar.gz | |
wigust: Delete emacs-24.
* wigust/packages/emacs.scm (emacs-24): Delete variable.
| -rw-r--r-- | wigust/packages/emacs.scm | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/wigust/packages/emacs.scm b/wigust/packages/emacs.scm index 5933aa6..31d7ce3 100644 --- a/wigust/packages/emacs.scm +++ b/wigust/packages/emacs.scm @@ -579,68 +579,6 @@ Mastodon federated social network.") (substitute* "strace-mode.el" (("fundamental-mode") "special-mode"))))))))) -(define-public emacs-24 - (package - (name "emacs-24") - (version "24.5") - (source (origin - (method url-fetch) - (uri (string-append "mirror://gnu/emacs/emacs-" - version ".tar.xz")) - (sha256 - (base32 - "0kn3rzm91qiswi0cql89kbv6mqn27rwsyjfb8xmwy9m5s8fxfiyx")))) - (build-system glib-or-gtk-build-system) - (arguments - '(#:phases (alist-cons-before - 'configure 'fix-/bin/pwd - (lambda _ - ;; Use `pwd', not `/bin/pwd'. - (substitute* (find-files "." "^Makefile\\.in$") - (("/bin/pwd") - "pwd"))) - %standard-phases))) - (inputs - `(("gnutls" ,gnutls) - ("ncurses" ,ncurses) - - ;; TODO: Add the optional dependencies. - ("libx11" ,libx11) - ("gtk+" ,gtk+) - ("libxft" ,libxft) - ("libtiff" ,libtiff) - ("giflib" ,giflib) - ("libjpeg" ,libjpeg-8) - ("acl" ,acl) - - ;; When looking for libpng `configure' links with `-lpng -lz', so we - ;; must also provide zlib as an input. - ("libpng" ,libpng) - ("zlib" ,zlib) - - ("librsvg" ,librsvg) - ("libxpm" ,libxpm) - ("libxml2" ,libxml2) - ("libice" ,libice) - ("libsm" ,libsm) - ("alsa-lib" ,alsa-lib) - ("dbus" ,dbus))) - (native-inputs - `(("pkg-config" ,pkg-config) - ("texinfo" ,texinfo))) - (home-page "http://www.gnu.org/software/emacs/") - (synopsis "The extensible, customizable, self-documenting text editor") - (description - "GNU Emacs is an extensible and highly customizable text editor. It is -based on an Emacs Lisp interpreter with extensions for text editing. Emacs -has been extended in essentially all areas of computing, giving rise to a -vast array of packages supporting, e.g., email, IRC and XMPP messaging, -spreadsheets, remote server editing, and much more. Emacs includes extensive -documentation on all aspects of the system, from basic editing to writing -large Lisp programs. It has full Unicode support for nearly all human -languages.") - (license license:gpl3+))) - (define-public emacs-lognav-mode (let ((changeset "a9b53f2da040") (revision "1")) |
