This commit is contained in:
Adithya 2024-05-26 16:43:21 +05:30
parent a82c6f2106
commit cdbc7c9e15
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -20,7 +20,6 @@ stdenv.mkDerivation rec {
hash = "sha256-vsDKPA24CR9lfjBNPL+XIifPS3j0eUEspTamt/QqalE="; hash = "sha256-vsDKPA24CR9lfjBNPL+XIifPS3j0eUEspTamt/QqalE=";
}; };
depsBuildBuild = [ pkg-config ];
nativeBuildInputs = [ nativeBuildInputs = [
cmake cmake
pkg-config pkg-config
@ -64,8 +63,6 @@ stdenv.mkDerivation rec {
runHook postInstall runHook postInstall
''; '';
mesonBuildType = "native";
meta = { meta = {
description = "Fcitx5 wrapper for Varnam Input Method Engine"; description = "Fcitx5 wrapper for Varnam Input Method Engine";
homepage = "https://github.com/varnamproject/varnam-fcitx5"; homepage = "https://github.com/varnamproject/varnam-fcitx5";