ktextaddons 1.3.2 -> 1.5.0 https://repology.org/project/ktextaddons/versions attrpath: ktextaddons 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/development/libraries/ktextaddons/default.nix b/pkgs/development/libraries/ktextaddons/default.nix index b648109d150e..bde4c9da4282 100644 --- a/pkgs/development/libraries/ktextaddons/default.nix +++ b/pkgs/development/libraries/ktextaddons/default.nix @@ -1,11 +1,11 @@ { lib, mkDerivation, fetchurl, cmake, extra-cmake-modules, karchive, kconfigwidgets, kcoreaddons, ki18n, kxmlgui, qtkeychain }: mkDerivation rec { pname = "ktextaddons"; - version = "1.3.2"; + version = "1.5.0"; src = fetchurl { url = "mirror://kde/stable/${pname}/${pname}-${version}.tar.xz"; - hash = "sha256-mB7Hh2Ljrg8D2GxDyHCa1s6CVmg5DDkhwafEqtSqUeM="; + hash = "sha256-aDZbODLvJY32ZlAlB0a6Jr4Umvrjbd4+I8f8MzA6x2U="; }; nativeBuildInputs = [ cmake extra-cmake-modules ]; 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 ktextaddons nix build failed. Installing in /nix/store/v5xc43bbndzg289zr9xnrm0xsp6wgj7x-ktextaddons-1.5.0. Run /build/ktextaddons-1.5.0/build/prefix.sh to set the environment for KTextAddons. -- Looking for __GLIBC__ -- Looking for __GLIBC__ - found -- Performing Test _OFFT_IS_64BIT -- Performing Test _OFFT_IS_64BIT - Success -- Performing Test HAVE_DATE_TIME -- Performing Test HAVE_DATE_TIME - Success -- Performing Test BSYMBOLICFUNCTIONS_AVAILABLE -- Performing Test BSYMBOLICFUNCTIONS_AVAILABLE - Success -- Found Gettext: /nix/store/2556v76mb7wdjhfmw3s8shx4mnkp62h4-gettext-0.21.1/bin/msgmerge (found version "0.21.1") -- Found KF5I18n: /nix/store/428lchwn8f830h9n10h9flflsl60y1bg-ki18n-5.110.0-dev/lib/cmake/KF5I18n/KF5I18nConfig.cmake (found version "5.110.0") -- Found KF5ConfigWidgets: /nix/store/nq3c6ncwa1ba7xl7224m1zi67hyfwl8y-kconfigwidgets-5.110.0-dev/lib/cmake/KF5ConfigWidgets/KF5ConfigWidgetsConfig.cmake (found version "5.110.0") -- Found KF5Archive: /nix/store/nm5asn6584lyyqxfp4hh3fjxnbnjyaga-karchive-5.110.0-dev/lib/cmake/KF5Archive/KF5ArchiveConfig.cmake (found version "5.110.0") -- Found KF5XmlGui: /nix/store/ifkdkdgxamssc7b6h84x7ycs2yz4qycb-kxmlgui-5.110.0-dev/lib/cmake/KF5XmlGui/KF5XmlGuiConfig.cmake (found version "5.110.0") -- Found KF5CoreAddons: /nix/store/k2d40k4pm07bsyir0jn5ql2f1j0sxwjf-kcoreaddons-5.110.0-dev/lib/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake (found version "5.110.0") -- Found KF5Sonnet: /nix/store/ghli3ad4zb7n3dp8zcy0gwx658yaxgh0-sonnet-5.110.0-dev/lib/cmake/KF5Sonnet/KF5SonnetConfig.cmake (found version "5.110.0") -- Could NOT find KF5KIO (missing: KF5KIO_DIR) -- Could NOT find KF5KIO: found neither KF5KIOConfig.cmake nor kf5kio-config.cmake -- Could NOT find KF5SyntaxHighlighting (missing: KF5SyntaxHighlighting_DIR) -- Could NOT find KF5SyntaxHighlighting: found neither KF5SyntaxHighlightingConfig.cmake nor kf5syntaxhighlighting-config.cmake CMake Error at /nix/store/wjbqjwmnbi24qsvfh589my84fjr8wa3l-cmake-3.26.4/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find KF5 (missing: KIO SyntaxHighlighting) (found suitable version "5.110.0", minimum required is "5.105.0") Call Stack (most recent call first): /nix/store/wjbqjwmnbi24qsvfh589my84fjr8wa3l-cmake-3.26.4/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) /nix/store/xc9wl8b2xkrcyrcvk24550636nw4j57c-extra-cmake-modules-5.110.0/share/ECM/find-modules/FindKF5.cmake:93 (find_package_handle_standard_args) CMakeLists.txt:44 (find_package)  -- Configuring incomplete, errors occurred!