update varnam-fcitx5 source and remove patch
This commit is contained in:
parent
f80a216e4b
commit
a82c6f2106
2 changed files with 2 additions and 15 deletions
|
@ -16,14 +16,10 @@ stdenv.mkDerivation rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "varnamproject";
|
owner = "varnamproject";
|
||||||
repo = "varnam-fcitx5";
|
repo = "varnam-fcitx5";
|
||||||
rev = "e6366e4755e21dd3a162f38f21df4e5c37c64ae2";
|
rev = "de41a96c494673ccb3465ad4c31930b9643c7fca";
|
||||||
hash = "sha256-E9mdA6j9VFSMQwkrfGLcHUFrF0w7zWjgt+2h4MEqkPQ=";
|
hash = "sha256-vsDKPA24CR9lfjBNPL+XIifPS3j0eUEspTamt/QqalE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
./remove_old_meson_options_file.patch
|
|
||||||
];
|
|
||||||
|
|
||||||
depsBuildBuild = [ pkg-config ];
|
depsBuildBuild = [ pkg-config ];
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
cmake
|
cmake
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
diff --git a/meson_options.txt b/meson_options.txt
|
|
||||||
deleted file mode 100644
|
|
||||||
index fce7f59..0000000
|
|
||||||
--- a/meson_options.txt
|
|
||||||
+++ /dev/null
|
|
||||||
@@ -1,2 +0,0 @@
|
|
||||||
-# For older meson versions( < 1.1)
|
|
||||||
-option('varnam_debug', type: 'boolean', value: false)
|
|
||||||
\ No newline at end of file
|
|
Loading…
Reference in a new issue