libsForQt5.drumstick 2.7.2 -> 2.9.0 https://repology.org/project/drumstick/versions attrpath: libsForQt5.drumstick Checking auto update branch... An auto update branch exists with message `libsForQt5.drumstick: 2.7.2 -> 2.8.1`. New version is 2.9.0. The auto update branch does not match or exceed the new version. [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/drumstick/default.nix b/pkgs/development/libraries/drumstick/default.nix index 486d1ff997d3..c66eafc1ce88 100644 --- a/pkgs/development/libraries/drumstick/default.nix +++ b/pkgs/development/libraries/drumstick/default.nix @@ -5,11 +5,11 @@ stdenv.mkDerivation rec { pname = "drumstick"; - version = "2.7.2"; + version = "2.9.0"; src = fetchurl { url = "mirror://sourceforge/drumstick/${version}/${pname}-${version}.tar.bz2"; - hash = "sha256-5XxG5ur584fgW4oCONgMiWzV48Q02HEdmpb9+YhBFe0="; + hash = "sha256-p0N8EeCtVEPCGzPwiRxPdI1XT5XQ5pcKYEDJXbYYTrM="; }; patches = [ 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.drumstick nix build failed. Running phase: patchPhase applying patch /nix/store/c7221kbjcvj4m6x9xxghkldg1jagjaaq-drumstick-plugins.patch patching file library/rt/backendmanager.cpp Hunk #1 succeeded at 146 (offset -13 lines). @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } 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/80d6375xhzpmrgnbwfvw1gyjwlyhfffd-drumstick-2.9.0/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/80d6375xhzpmrgnbwfvw1gyjwlyhfffd-drumstick-2.9.0/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/80d6375xhzpmrgnbwfvw1gyjwlyhfffd-drumstick-2.9.0/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/80d6375xhzpmrgnbwfvw1gyjwlyhfffd-drumstick-2.9.0/share/doc/Drumstick -DCMAKE_INSTALL_INFODIR=/nix/store/80d6375xhzpmrgnbwfvw1gyjwlyhfffd-drumstick-2.9.0/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/larjy56h1v24fja5fzyij9jfk3v1v95b-drumstick-2.9.0-man/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/icapq79inl1vw5yic72hqy6srinwviy2-drumstick-2.9.0-dev/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/icapq79inl1vw5yic72hqy6srinwviy2-drumstick-2.9.0-dev/include -DCMAKE_INSTALL_SBINDIR=/nix/store/80d6375xhzpmrgnbwfvw1gyjwlyhfffd-drumstick-2.9.0/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/80d6375xhzpmrgnbwfvw1gyjwlyhfffd-drumstick-2.9.0/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/80d6375xhzpmrgnbwfvw1gyjwlyhfffd-drumstick-2.9.0/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/strip -DCMAKE_RANLIB=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/ranlib -DCMAKE_AR=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/80d6375xhzpmrgnbwfvw1gyjwlyhfffd-drumstick-2.9.0 -DUSE_DBUS=ON -- The CXX compiler identification is GNU 13.2.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Building unix dynamic libraries CMake Error at CMakeLists.txt:138 (find_package): Could not find a package configuration file provided by "QT" with any of the following names: Qt6Config.cmake qt6-config.cmake Add the installation prefix of "QT" to CMAKE_PREFIX_PATH or set "QT_DIR" to a directory containing one of the above files. If "QT" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred!