0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nixos/fcitx5: init tests

This commit is contained in:
Vonfry 2023-03-12 14:19:03 +08:00
parent 6d951523ad
commit f95c20d77d
No known key found for this signature in database
GPG key ID: E47DA4B266B726FA
4 changed files with 154 additions and 0 deletions

View file

@ -217,6 +217,7 @@ in {
extra-python-packages = handleTest ./extra-python-packages.nix {};
evcc = handleTest ./evcc.nix {};
fancontrol = handleTest ./fancontrol.nix {};
fcitx5 = handleTest ./fcitx5 {};
fenics = handleTest ./fenics.nix {};
ferm = handleTest ./ferm.nix {};
firefox = handleTest ./firefox.nix { firefoxPackage = pkgs.firefox; };