diff --git a/varnam-fcitx5/default.nix b/varnam-fcitx5/default.nix index 7bc48f5..07fcbab 100644 --- a/varnam-fcitx5/default.nix +++ b/varnam-fcitx5/default.nix @@ -16,14 +16,10 @@ stdenv.mkDerivation rec { src = fetchFromGitHub { owner = "varnamproject"; repo = "varnam-fcitx5"; - rev = "e6366e4755e21dd3a162f38f21df4e5c37c64ae2"; - hash = "sha256-E9mdA6j9VFSMQwkrfGLcHUFrF0w7zWjgt+2h4MEqkPQ="; + rev = "de41a96c494673ccb3465ad4c31930b9643c7fca"; + hash = "sha256-vsDKPA24CR9lfjBNPL+XIifPS3j0eUEspTamt/QqalE="; }; - patches = [ - ./remove_old_meson_options_file.patch - ]; - depsBuildBuild = [ pkg-config ]; nativeBuildInputs = [ cmake diff --git a/varnam-fcitx5/remove_old_meson_options_file.patch b/varnam-fcitx5/remove_old_meson_options_file.patch deleted file mode 100644 index 4be856e..0000000 --- a/varnam-fcitx5/remove_old_meson_options_file.patch +++ /dev/null @@ -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