2022-12-12T09:24:49 fcitx-unikey 0.2.5 -> 0.2.7 https://repology.org/metapackage/fcitx-unikey/versions 2022-12-12T09:24:51 attrpath: fcitx-engines.unikey 2022-12-12T09:24:51 Checking auto update branch... 2022-12-12T09:24:51 No auto update branch exists 2022-12-12T09:24:55 [version] 2022-12-12T09:24:56 [version] updated version and sha256 2022-12-12T09:24:56 [rustCrateVersion] 2022-12-12T09:24:56 [rustCrateVersion] No cargoSha256 found 2022-12-12T09:24:56 [golangModuleVersion] 2022-12-12T09:24:56 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-12T09:24:56 [updateScript] 2022-12-12T09:24:56 [updateScript] skipping because derivation has no updateScript 2022-12-12T09:24:56 2022-12-12T09:24:56 [quotedUrls] 2022-12-12T09:24:56 [quotedUrls] nothing found to replace 2022-12-12T09:24:57 Diff after rewrites: diff --git a/pkgs/tools/inputmethods/fcitx-engines/fcitx-unikey/default.nix b/pkgs/tools/inputmethods/fcitx-engines/fcitx-unikey/default.nix index 5422efb9d38..278512671cc 100644 --- a/pkgs/tools/inputmethods/fcitx-engines/fcitx-unikey/default.nix +++ b/pkgs/tools/inputmethods/fcitx-engines/fcitx-unikey/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "fcitx-unikey"; - version = "0.2.5"; + version = "0.2.7"; src = fetchurl { url = "http://download.fcitx-im.org/fcitx-unikey/${pname}-${version}.tar.xz"; - sha256 = "063vc29v7ycaai98v3z4q319sv9sm91my17pmhblw1vifxnw02wf"; + sha256 = "sha256-51B3S3OwjlEUi5Y3NtggflDDlz5UVrZWnLethoMeDlk="; }; nativeBuildInputs = [ cmake pkg-config ]; 2022-12-12T09:26:29 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A fcitx-engines.unikey nix build failed. -- Looking for dgettext - found CMake Warning (dev) at /nix/store/vh76h64xifdiylk1dfc9s6mgpzazngxs-cmake-3.24.3/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake:438 (message): The package name passed to `find_package_handle_standard_args` (LIBINTL) does not match the name of the calling package (LibIntl). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): cmake/FindLibIntl.cmake:20 (find_package_handle_standard_args) CMakeLists.txt:25 (find_package) This warning is for project developers. Use -Wno-dev to suppress it.  -- Found LIBINTL: /nix/store/7p2s9z3hy317sdwfn0qc5r8qccgynlx1-glibc-2.35-163-dev/include CMake Error at CMakeLists.txt:28 (find_package): By not providing "FindQt5.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt5", but CMake did not find one. Could not find a package configuration file provided by "Qt5" (requested version 5.7) with any of the following names: Qt5Config.cmake qt5-config.cmake Add the installation prefix of "Qt5" to CMAKE_PREFIX_PATH or set "Qt5_DIR" to a directory containing one of the above files. If "Qt5" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred! See also "/build/fcitx-unikey-0.2.7/build/CMakeFiles/CMakeOutput.log".