AtlatestRepositorycore-channel

core-channel / tree / recipesemacs-nox.sgl

1(recipe
2 name: "emacs-nox"
3 version: "30.2"
4 source: (url "https://ftp.gnu.org/gnu/emacs/emacs-30.2.tar.xz"
5 sha256: "b3f36f18a6dd2715713370166257de2fae01f9d38cfe878ced9b1e6ded5befd9")
6 buildenv: "894ca74bdb03c25d79f00ce915bbe25c56eba192334963c69e1846e6c84526cb"
7 deps: (list "8f7a34a579fc6badbc317fad048127801f1b0a747d7da90b4603c7297ab8df97"
8 "1e93cdda62486ac8260d381af70ffc8c7a1dc601277662f63bbb528802bd7d07")
9 divergences: (list
10 (allow file-glob: "libexec/emacs/*/*.pdmp"
11 max-differing-bytes: 64))
12 phases: (list
13 (configure args: ("--prefix=/out"
14 "--without-x"
15 "--with-x-toolkit=no"
16 "--without-native-compilation"
17 "--without-tree-sitter"
18 "--without-sqlite3"
19 "--without-libsystemd"
20 "--without-gnutls"
21 "--without-xml2"
22 "--without-harfbuzz"
23 "--without-cairo"
24 "--without-dbus"
25 "--without-gif"
26 "--without-jpeg"
27 "--without-png"
28 "--without-rsvg"
29 "--without-tiff"
30 "--without-webp"
31 "--without-xpm"
32 "--without-sound"
33 "--without-gpm"
34 "--without-selinux"
35 "--without-modules"
36 "--without-pop"
37 "--without-mailutils"))
38 (make)
39 (install)))