emacs: avoid installing gsettings-desktop-schemas on Darwin

This commit is contained in:
Brian Leung 2022-09-09 15:02:39 -07:00
parent 178f328bfb
commit 499921d643
No known key found for this signature in database
GPG Key ID: 2D86D6A94C8BB3B1

View File

@ -136,7 +136,7 @@ let emacs = stdenv.mkDerivation (lib.optionalAttrs nativeComp {
++ lib.optionals (stdenv.isLinux && withX) [ m17n_lib libotf ]
++ lib.optional (withX && withGTK2) gtk2-x11
++ lib.optional (withX && withGTK3) gtk3-x11
++ lib.optional withGTK3 gsettings-desktop-schemas
++ lib.optional (!stdenv.isDarwin && withGTK3) gsettings-desktop-schemas
++ lib.optional withPgtk gtk3
++ lib.optional (withX && withMotif) motif
++ lib.optional withSQLite3 sqlite