emacs-mac: json support
This commit is contained in:
parent
7b537f99c0
commit
300df2e2f5
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, ncurses, pkgconfig, texinfo, libxml2, gnutls, gettext, autoconf, automake
|
{ stdenv, fetchurl, ncurses, pkgconfig, texinfo, libxml2, gnutls, gettext, autoconf, automake, jansson
|
||||||
, AppKit, Carbon, Cocoa, IOKit, OSAKit, Quartz, QuartzCore, WebKit
|
, AppKit, Carbon, Cocoa, IOKit, OSAKit, Quartz, QuartzCore, WebKit
|
||||||
, ImageCaptureCore, GSS, ImageIO # These may be optional
|
, ImageCaptureCore, GSS, ImageIO # These may be optional
|
||||||
}:
|
}:
|
||||||
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig autoconf automake ];
|
nativeBuildInputs = [ pkgconfig autoconf automake ];
|
||||||
|
|
||||||
buildInputs = [ ncurses libxml2 gnutls texinfo gettext
|
buildInputs = [ ncurses libxml2 gnutls texinfo gettext jansson
|
||||||
AppKit Carbon Cocoa IOKit OSAKit Quartz QuartzCore WebKit
|
AppKit Carbon Cocoa IOKit OSAKit Quartz QuartzCore WebKit
|
||||||
ImageCaptureCore GSS ImageIO # may be optional
|
ImageCaptureCore GSS ImageIO # may be optional
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user