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