Ignore fcitx5 on Darwin

This commit is contained in:
Greg Hellings
2023-05-02 09:59:43 -05:00
parent a59c61efe5
commit d1c4bc5266
+1 -1
View File
@@ -78,7 +78,7 @@ in rec {
xonsh-direnv = cp ./xonsh-direnv.nix {}; xonsh-direnv = cp ./xonsh-direnv.nix {};
}; };
fcitx-engines = self.fcitx5; fcitx-engines = if super.stdenv.isDarwin then self.fcitx else self.fcitx5;
enwiki-dump = super.callPackage ./enwiki-dump.nix {}; enwiki-dump = super.callPackage ./enwiki-dump.nix {};
hms = super.callPackage ./hms.nix { hms = super.callPackage ./hms.nix {