|
10 | 10 | , Xaw3d, libXcursor, pkg-config, gettext, libXft, dbus, libpng, libjpeg, giflib |
11 | 11 | , libtiff, librsvg, gconf, libxml2, imagemagick, gnutls, libselinux |
12 | 12 | , alsa-lib, cairo, acl, gpm, AppKit, GSS, ImageIO, m17n_lib, libotf |
13 | | -, sigtool, jansson, harfbuzz |
| 13 | +, sigtool, jansson, harfbuzz, sqlite |
14 | 14 | , dontRecurseIntoAttrs ,emacsPackagesFor |
15 | 15 | , libgccjit, targetPlatform, makeWrapper # native-comp params |
16 | 16 | , systemd ? null |
|
20 | 20 | , withGTK3 ? true, gtk3-x11 ? null, gsettings-desktop-schemas ? null |
21 | 21 | , withXwidgets ? false, webkitgtk ? null, wrapGAppsHook ? null, glib-networking ? null |
22 | 22 | , withMotif ? false, motif ? null |
| 23 | +, withSQLite3 ? false |
23 | 24 | , withCsrc ? true |
24 | 25 | , srcRepo ? false, autoreconfHook ? null, texinfo ? null |
25 | 26 | , siteStart ? ./site-start.el |
@@ -116,6 +117,7 @@ let emacs = stdenv.mkDerivation (lib.optionalAttrs nativeComp { |
116 | 117 | ++ lib.optional (withX && withGTK2) gtk2-x11 |
117 | 118 | ++ lib.optionals (withX && withGTK3) [ gtk3-x11 gsettings-desktop-schemas ] |
118 | 119 | ++ lib.optional (withX && withMotif) motif |
| 120 | + ++ lib.optional withSQLite3 sqlite |
119 | 121 | ++ lib.optionals (withX && withXwidgets) [ webkitgtk glib-networking ] |
120 | 122 | ++ lib.optionals withNS [ AppKit GSS ImageIO ] |
121 | 123 | ++ lib.optionals stdenv.isDarwin [ sigtool ] |
|
0 commit comments