lime 5.2.98 -> 5.3.6 https://repology.org/project/lime/versions attrpath: lime 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 Diff after rewrites: diff --git a/pkgs/development/libraries/lime/default.nix b/pkgs/development/libraries/lime/default.nix index 0ac3e0f81ecd..05f18ad5cf8e 100644 --- a/pkgs/development/libraries/lime/default.nix +++ b/pkgs/development/libraries/lime/default.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation rec { pname = "lime"; - version = "5.2.98"; + version = "5.3.6"; src = fetchFromGitLab { domain = "gitlab.linphone.org"; @@ -18,7 +18,7 @@ stdenv.mkDerivation rec { group = "BC"; repo = pname; rev = version; - hash = "sha256-LdwXBJpwSA/PoCXL+c1pcX1V2Fq/eR6nNmwBKDM1Vr8="; + hash = "sha256-Sp9l7MK4mmzp+hPacGKDSg40GrJftIE3y8VPRlwipck="; }; buildInputs = [ 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 lime nix build failed. Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase fixing cmake files... cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/z6c3fx01a5wm9v4c39wkznp5m10hv1w1-lime-5.3.6/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/z6c3fx01a5wm9v4c39wkznp5m10hv1w1-lime-5.3.6/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/z6c3fx01a5wm9v4c39wkznp5m10hv1w1-lime-5.3.6/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/z6c3fx01a5wm9v4c39wkznp5m10hv1w1-lime-5.3.6/share/doc/Lime -DCMAKE_INSTALL_INFODIR=/nix/store/z6c3fx01a5wm9v4c39wkznp5m10hv1w1-lime-5.3.6/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/z6c3fx01a5wm9v4c39wkznp5m10hv1w1-lime-5.3.6/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/z6c3fx01a5wm9v4c39wkznp5m10hv1w1-lime-5.3.6/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/z6c3fx01a5wm9v4c39wkznp5m10hv1w1-lime-5.3.6/include -DCMAKE_INSTALL_SBINDIR=/nix/store/z6c3fx01a5wm9v4c39wkznp5m10hv1w1-lime-5.3.6/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/z6c3fx01a5wm9v4c39wkznp5m10hv1w1-lime-5.3.6/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/z6c3fx01a5wm9v4c39wkznp5m10hv1w1-lime-5.3.6/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/sfgnb6rr428bssyrs54d6d0vv2avi95c-gcc-wrapper-12.3.0/bin/strip -DCMAKE_RANLIB=/nix/store/sfgnb6rr428bssyrs54d6d0vv2avi95c-gcc-wrapper-12.3.0/bin/ranlib -DCMAKE_AR=/nix/store/sfgnb6rr428bssyrs54d6d0vv2avi95c-gcc-wrapper-12.3.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/z6c3fx01a5wm9v4c39wkznp5m10hv1w1-lime-5.3.6 -DENABLE_STATIC=NO -DENABLE_UNIT_TESTS=NO -- The CXX compiler identification is GNU 12.3.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/sfgnb6rr428bssyrs54d6d0vv2avi95c-gcc-wrapper-12.3.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Setting install rpath to /nix/store/z6c3fx01a5wm9v4c39wkznp5m10hv1w1-lime-5.3.6/lib CMake Error at CMakeLists.txt:62 (find_package): By not providing "FindBCToolbox.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "BCToolbox", but CMake did not find one. Could not find a package configuration file provided by "BCToolbox" (requested version 5.3.0) with any of the following names: BCToolboxConfig.cmake bctoolbox-config.cmake Add the installation prefix of "BCToolbox" to CMAKE_PREFIX_PATH or set "BCToolbox_DIR" to a directory containing one of the above files. If "BCToolbox" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred!