vmpk 0.8.8 -> 0.9.0 https://repology.org/project/vmpk/versions attrpath: vmpk 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/vmpk/default.nix b/pkgs/applications/audio/vmpk/default.nix index c40af7b046ed..528ceffe5daf 100644 --- a/pkgs/applications/audio/vmpk/default.nix +++ b/pkgs/applications/audio/vmpk/default.nix @@ -5,11 +5,11 @@ mkDerivation rec { pname = "vmpk"; - version = "0.8.8"; + version = "0.9.0"; src = fetchurl { url = "mirror://sourceforge/${pname}/${version}/${pname}-${version}.tar.bz2"; - sha256 = "sha256-+NjTcszb1KXGynIcCf4IEDvN4f8pgXtR1TksxGR5ZHQ="; + sha256 = "sha256-xH7hTL8ZAwdUQKytcp2ODgLkyYYGGDdWZ27qwaGuvNk="; }; nativeBuildInputs = [ cmake pkg-config qttools docbook-xsl-nons ]; 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 vmpk nix build failed. unpacking source archive /nix/store/0i9fqnl51v02v7jw370igh5sc4n39s9j-vmpk-0.9.0.tar.bz2 source root is vmpk-0.9.0 setting SOURCE_DATE_EPOCH to timestamp 1703876951 of file vmpk-0.9.0/vmpk.spec.in @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/1flvs7lc2s17zq61wb8dm4iiz213cf0f-vmpk-0.9.0/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/1flvs7lc2s17zq61wb8dm4iiz213cf0f-vmpk-0.9.0/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/1flvs7lc2s17zq61wb8dm4iiz213cf0f-vmpk-0.9.0/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/1flvs7lc2s17zq61wb8dm4iiz213cf0f-vmpk-0.9.0/share/doc/VMPK -DCMAKE_INSTALL_INFODIR=/nix/store/1flvs7lc2s17zq61wb8dm4iiz213cf0f-vmpk-0.9.0/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/1flvs7lc2s17zq61wb8dm4iiz213cf0f-vmpk-0.9.0/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/1flvs7lc2s17zq61wb8dm4iiz213cf0f-vmpk-0.9.0/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/1flvs7lc2s17zq61wb8dm4iiz213cf0f-vmpk-0.9.0/include -DCMAKE_INSTALL_SBINDIR=/nix/store/1flvs7lc2s17zq61wb8dm4iiz213cf0f-vmpk-0.9.0/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/1flvs7lc2s17zq61wb8dm4iiz213cf0f-vmpk-0.9.0/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/1flvs7lc2s17zq61wb8dm4iiz213cf0f-vmpk-0.9.0/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/khkhbch4p1wjfl1g89gw1mszvvr7bzv0-gcc-wrapper-13.2.0/bin/strip -DCMAKE_RANLIB=/nix/store/khkhbch4p1wjfl1g89gw1mszvvr7bzv0-gcc-wrapper-13.2.0/bin/ranlib -DCMAKE_AR=/nix/store/khkhbch4p1wjfl1g89gw1mszvvr7bzv0-gcc-wrapper-13.2.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/1flvs7lc2s17zq61wb8dm4iiz213cf0f-vmpk-0.9.0 -- 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/khkhbch4p1wjfl1g89gw1mszvvr7bzv0-gcc-wrapper-13.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at CMakeLists.txt:70 (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!