feat: Flake

This commit is contained in:
2025-09-04 09:18:54 -06:00
parent 6a30b146f1
commit 147b629caf
5 changed files with 85 additions and 13 deletions

View File

@@ -4,14 +4,14 @@
, libime
, boost
, fcitx5
, libsForQt5
, kdePackages
, cmake
, extra-cmake-modules
}:
stdenv.mkDerivation rec {
pname = "syd-fcitx5-tables";
version = "1.2.0";
version = "1.2.1";
src = ./.;
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
# Provides the table engine, without which this package is useless. See
# Nixpkgs issue #126748.
libsForQt5.fcitx5-chinese-addons
kdePackages.fcitx5-chinese-addons
];
meta = with lib; {