gnu: Move numerous "inputs" which should be "native-inputs".
[jackhill/guix/guix.git] / gnu / packages / emacs.scm
CommitLineData
468bdabb
LC
1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2013 Ludovic Courtès <ludo@gnu.org>
3;;;
4;;; This file is part of GNU Guix.
5;;;
6;;; GNU Guix is free software; you can redistribute it and/or modify it
7;;; under the terms of the GNU General Public License as published by
8;;; the Free Software Foundation; either version 3 of the License, or (at
9;;; your option) any later version.
10;;;
11;;; GNU Guix is distributed in the hope that it will be useful, but
12;;; WITHOUT ANY WARRANTY; without even the implied warranty of
13;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14;;; GNU General Public License for more details.
15;;;
16;;; You should have received a copy of the GNU General Public License
17;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
18
1ffa7090 19(define-module (gnu packages emacs)
468bdabb
LC
20 #:use-module (guix licenses)
21 #:use-module (guix packages)
22 #:use-module (guix download)
23 #:use-module (guix build-system gnu)
59a43334 24 #:use-module (gnu packages)
7abe1965 25 #:use-module (gnu packages gtk)
1ffa7090
LC
26 #:use-module (gnu packages ncurses)
27 #:use-module (gnu packages texinfo)
28 #:use-module (gnu packages gnutls)
4f028c8f 29 #:use-module (gnu packages pkg-config)
50efa797
LC
30 #:use-module (gnu packages guile)
31 #:use-module (gnu packages xorg)
32 #:use-module (gnu packages lesstif)
33 #:use-module (gnu packages libjpeg)
34 #:use-module (gnu packages libtiff)
35 #:use-module (gnu packages libpng)
36 #:use-module ((gnu packages compression)
37 #:renamer (symbol-prefix-proc 'compression:))
38 #:use-module (gnu packages xml)
39 #:use-module (gnu packages glib))
468bdabb
LC
40
41(define-public emacs
42 (package
43 (name "emacs")
3be9f724 44 (version "24.3")
468bdabb
LC
45 (source (origin
46 (method url-fetch)
47 (uri (string-append "mirror://gnu/emacs/emacs-"
3be9f724 48 version ".tar.xz"))
468bdabb
LC
49 (sha256
50 (base32
01eafd38
LC
51 "1385qzs3bsa52s5rcncbrkxlydkw0ajzrvfxgv8rws5fx512kakh"))
52 (patches (list (search-patch "emacs-configure-sh.patch")))))
468bdabb
LC
53 (build-system gnu-build-system)
54 (arguments
55 '(#:configure-flags
56 (list (string-append "--with-crt-dir=" (assoc-ref %build-inputs "libc")
50efa797
LC
57 "/lib")
58 "--with-gif=no") ; XXX: add libungif
468bdabb
LC
59 #:phases (alist-cons-before
60 'configure 'fix-/bin/pwd
61 (lambda _
62 ;; Use `pwd', not `/bin/pwd'.
63 (substitute* (find-files "." "^Makefile\\.in$")
64 (("/bin/pwd")
65 "pwd")))
66 %standard-phases)))
67 (inputs
c4c4cc05 68 `(("gnutls" ,gnutls)
468bdabb
LC
69 ("ncurses" ,ncurses)
70
71 ;; TODO: Add the optional dependencies.
50efa797 72 ("xlibs" ,libx11)
8b0275b6 73 ("gtk+" ,gtk+-2)
50efa797
LC
74 ("libXft" ,libxft)
75 ("libtiff" ,libtiff)
468bdabb 76 ;; ("libungif" ,libungif)
50efa797
LC
77 ("libjpeg" ,libjpeg-8)
78
79 ;; When looking for libpng `configure' links with `-lpng -lz', so we
80 ;; must also provide zlib as an input.
81 ("libpng" ,libpng)
82 ("zlib" ,compression:zlib)
83
84 ("libXpm" ,libxpm)
85 ("libxml2" ,libxml2)
01eafd38 86 ("dbus" ,dbus)))
c4c4cc05
JD
87 (native-inputs
88 `(("pkg-config" ,pkg-config)
89 ("texinfo" ,texinfo)))
468bdabb 90 (home-page "http://www.gnu.org/software/emacs/")
f50d2669 91 (synopsis "The extensible, customizable, self-documenting text editor")
468bdabb 92 (description
79c311b8
LC
93 "GNU Emacs is an extensible and highly customizable text editor. It is
94based on an Emacs Lisp interpreter with extensions for text editing. Emacs
95has been extended in essentially all areas of computing, giving rise to a
96vast array of packages supporting, e.g., email, IRC and XMPP messaging,
97spreadsheets, remote server editing, and much more. Emacs includes extensive
98documentation on all aspects of the system, from basic editing to writing
99large Lisp programs. It has full Unicode support for nearly all human
100languages.")
468bdabb 101 (license gpl3+)))
4f028c8f
LC
102
103\f
104;;;
105;;; Emacs hacking.
106;;;
107
108(define-public geiser
109 (package
110 (name "geiser")
cf8f58b2 111 (version "0.4")
4f028c8f
LC
112 (source (origin
113 (method url-fetch)
cf8f58b2
LC
114 (uri (string-append "mirror://savannah/geiser/" version
115 "/geiser-" version ".tar.gz"))
4f028c8f 116 (sha256
cf8f58b2 117 (base32 "0ds7zk9b1839l9fsqfsgrby6manvy1cf5bjniiqhxl55h0cr6ijp"))))
4f028c8f
LC
118 (build-system gnu-build-system)
119 (inputs `(("guile" ,guile-2.0)
120 ("emacs" ,emacs)))
121 (home-page "http://nongnu.org/geiser/")
122 (synopsis "Collection of Emacs modes for Guile and Racket hacking")
123 (description
124 "Geiser is a collection of Emacs major and minor modes that
125conspire with one or more Scheme interpreters to keep the Lisp Machine
126Spirit alive. It draws inspiration (and a bit more) from environments
127such as Common Lisp’s Slime, Factor’s FUEL, Squeak or Emacs itself, and
128does its best to make Scheme hacking inside Emacs (even more) fun.
129
130Or, to be precise, what i consider fun. Geiser is thus my humble
131contribution to the dynamic school of expression, and a reaction against
132what i perceive as a derailment, in modern times, of standard Scheme
133towards the static camp. Because i prefer growing and healing to poking
134at corpses, the continuously running Scheme interpreter takes the center
135of the stage in Geiser. A bundle of Elisp shims orchestrates the dialog
136between the Scheme interpreter, Emacs and, ultimately, the schemer,
137giving her access to live metadata.")
138 (license bsd-3)))