Ignore fcitx5 on Darwin
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user