about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2022-09-14 21:39:27 -0300
committerGitHub <noreply@github.com>2022-09-14 21:39:27 -0300
commite731e6638c7726241c352c74bc7f860872e4cbd2 (patch)
tree7dd90aaaee8c0224376563ca3e8252df7b300045 /pkgs/applications/editors
parentca9a32177c0f817ff2812af20a0509f0dd0e3a67 (diff)
parent499921d643d2962c580e76e0aa48753fe980898b (diff)
downloadnixlib-e731e6638c7726241c352c74bc7f860872e4cbd2.tar
nixlib-e731e6638c7726241c352c74bc7f860872e4cbd2.tar.gz
nixlib-e731e6638c7726241c352c74bc7f860872e4cbd2.tar.bz2
nixlib-e731e6638c7726241c352c74bc7f860872e4cbd2.tar.lz
nixlib-e731e6638c7726241c352c74bc7f860872e4cbd2.tar.xz
nixlib-e731e6638c7726241c352c74bc7f860872e4cbd2.tar.zst
nixlib-e731e6638c7726241c352c74bc7f860872e4cbd2.zip
Merge pull request #190570 from leungbk/no-gsettings
emacs: avoid installing gsettings-desktop-schemas on Darwin
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/emacs/generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/emacs/generic.nix b/pkgs/applications/editors/emacs/generic.nix
index 34853b890417..5e455b6bcd9f 100644
--- a/pkgs/applications/editors/emacs/generic.nix
+++ b/pkgs/applications/editors/emacs/generic.nix
@@ -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