nix-community / nix-on-droid

Nix-enabled environment for your Android device. [maintainers=@t184256,@Gerschtli]
https://nix-on-droid.unboiled.info
MIT License
1.15k stars 65 forks source link

Failure to build `fcitx-engines is deprecated` #298

Closed RyanGibb closed 8 months ago

RyanGibb commented 8 months ago
nix-on-droid switch --flake github:RyanGibb/nixos/5896ce
Building activation package...
error: fcitx-engines is deprecated, please use fcitx5 instead.
(use '--show-trace' to show detailed location information)

Though I'm not using fcitx as far as I can tell:

Gerschtli commented 8 months ago
nix why-depends github:RyanGibb/nixos\#nixOnDroidConfigurations.default.activationPackage github:RyanGibb/nixos\#nixOnDroidConfigurations.default.activationPackage --show-trace

See output here http://ix.io/4J3W

Looks like it is caused by nmd that is used to generate the man pages.

It works when you use an up to date version of home-manager.

nix-on-droid.inputs.home-manager.follows = "home-manager";
RyanGibb commented 8 months ago

Thanks @Gerschtli!