feat: Flake
This commit is contained in:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user