kmetronome 1.2.0 -> 1.4.0 https://repology.org/project/kmetronome/versions attrpath: kmetronome 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/applications/audio/kmetronome/default.nix b/pkgs/applications/audio/kmetronome/default.nix index 70b06e72fba8..b3a8a3c4df45 100644 --- a/pkgs/applications/audio/kmetronome/default.nix +++ b/pkgs/applications/audio/kmetronome/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "kmetronome"; - version = "1.2.0"; + version = "1.4.0"; src = fetchurl { url = "mirror://sourceforge/${pname}/${version}/${pname}-${version}.tar.bz2"; - sha256 = "1ln0nm24w6bj7wc8cay08j5azzznigd39cbbw3h4skg6fxd8p0s7"; + sha256 = "sha256-51uFAPR0xsY3z9rFc8SdSGu4ae/VzUmC1qC8RGdt48Y="; }; nativeBuildInputs = [ cmake pkg-config qttools ]; 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 kmetronome nix build failed. unpacking source archive /nix/store/ddx3hdvrbpjjv35icckx7k3w5i2qdmrz-kmetronome-1.4.0.tar.bz2 source root is kmetronome-1.4.0 setting SOURCE_DATE_EPOCH to timestamp 1703457128 of file kmetronome-1.4.0/translations/kmetronome_tr.ts @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @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/bhnbfvwcfyrx2zza6nb9kdwv07vy5xc3-kmetronome-1.4.0/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/bhnbfvwcfyrx2zza6nb9kdwv07vy5xc3-kmetronome-1.4.0/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/bhnbfvwcfyrx2zza6nb9kdwv07vy5xc3-kmetronome-1.4.0/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/bhnbfvwcfyrx2zza6nb9kdwv07vy5xc3-kmetronome-1.4.0/share/doc/kmetronome -DCMAKE_INSTALL_INFODIR=/nix/store/bhnbfvwcfyrx2zza6nb9kdwv07vy5xc3-kmetronome-1.4.0/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/bhnbfvwcfyrx2zza6nb9kdwv07vy5xc3-kmetronome-1.4.0/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/bhnbfvwcfyrx2zza6nb9kdwv07vy5xc3-kmetronome-1.4.0/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/bhnbfvwcfyrx2zza6nb9kdwv07vy5xc3-kmetronome-1.4.0/include -DCMAKE_INSTALL_SBINDIR=/nix/store/bhnbfvwcfyrx2zza6nb9kdwv07vy5xc3-kmetronome-1.4.0/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/bhnbfvwcfyrx2zza6nb9kdwv07vy5xc3-kmetronome-1.4.0/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/bhnbfvwcfyrx2zza6nb9kdwv07vy5xc3-kmetronome-1.4.0/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/bhnbfvwcfyrx2zza6nb9kdwv07vy5xc3-kmetronome-1.4.0 -- 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 CMake Error at CMakeLists.txt:43 (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!