libsForQt5.fcitx5-qt 5.1.1 -> 5.1.2 https://repology.org/project/fcitx5-qt/versions attrpath: libsForQt5.fcitx5-qt Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix index e922bc533c2c..eb68ceec9ffe 100644 --- a/pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix +++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix @@ -13,13 +13,13 @@ mkDerivation rec { pname = "fcitx5-qt"; - version = "5.1.1"; + version = "5.1.2"; src = fetchFromGitHub { owner = "fcitx"; repo = pname; rev = version; - sha256 = "sha256-IkaaLFMyPVaL5taRN4e+QxMEsNhhXlA1fWBn/6PeGnI="; + sha256 = "sha256-iCFn8jgRyC1qsPvqHvDbBNs+IzGDOJ3VJdA2Yhxz0LM="; }; preConfigure = '' Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A libsForQt5.fcitx5-qt nix build failed. -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Performing Test HAVE_STDATOMIC -- Performing Test HAVE_STDATOMIC - Success -- Found WrapAtomic: TRUE -- Found OpenGL: /nix/store/hfdqivgjr86fimxs44khhr7ai2kqk893-libGL-1.6.0/lib/libOpenGL.so -- Found WrapOpenGL: TRUE -- Found XKB: /nix/store/1ln0k3virilh6f30gy5g26hpxy9dcc5z-libxkbcommon-1.5.0/lib/libxkbcommon.so (found suitable version "1.5.0", minimum required is "0.5.0") -- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR) -- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR) CMake Error at qt6/CMakeLists.txt:4 (find_package): By not providing "FindQt6WaylandClient.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt6WaylandClient", but CMake did not find one. Could not find a package configuration file provided by "Qt6WaylandClient" (requested version 6.0.0) with any of the following names: Qt6WaylandClientConfig.cmake qt6waylandclient-config.cmake Add the installation prefix of "Qt6WaylandClient" to CMAKE_PREFIX_PATH or set "Qt6WaylandClient_DIR" to a directory containing one of the above files. If "Qt6WaylandClient" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred!