dolphin-emu-primehack 1.0.6a -> 1.0.7a https://github.com/shiiion/dolphin/releases attrpath: dolphin-emu-primehack 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/emulators/dolphin-emu/primehack.nix b/pkgs/applications/emulators/dolphin-emu/primehack.nix index 7c409692d939..eba774a43725 100644 --- a/pkgs/applications/emulators/dolphin-emu/primehack.nix +++ b/pkgs/applications/emulators/dolphin-emu/primehack.nix @@ -48,13 +48,13 @@ stdenv.mkDerivation rec { pname = "dolphin-emu-primehack"; - version = "1.0.6a"; + version = "1.0.7a"; src = fetchFromGitHub { owner = "shiiion"; repo = "dolphin"; rev = version; - sha256 = "sha256-gc4+ofoLKR+cvm+SaWEnGaKrSjWMKq7pF6pEIi75Rtk="; + sha256 = "sha256-vuTSXQHnR4HxAGGiPg5tUzfiXROU3+E9kyjH+T6zVmc="; fetchSubmodules = true; }; 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 dolphin-emu-primehack nix build failed. -- Performing Test FLAG_CXX_NO_STRINGOP_TRUNCATION -- Performing Test FLAG_CXX_NO_STRINGOP_TRUNCATION - Success -- Performing Test HAS_FORMAT_WARNING -- Performing Test HAS_FORMAT_WARNING - Success -- Performing Test FLAG_C_FORMAT_WARNING_TO_ERROR -- Performing Test FLAG_C_FORMAT_WARNING_TO_ERROR - Success -- Performing Test FLAG_CXX_FORMAT_WARNING_TO_ERROR -- Performing Test FLAG_CXX_FORMAT_WARNING_TO_ERROR - Success -- Found ALSA: /nix/store/qy9sgp1ry907x02pvx8an34xlg9kzb7q-alsa-lib-1.2.9/lib/libasound.so (found version "1.2.9") -- ALSA found, enabling ALSA sound backend -- PulseAudio found, enabling PulseAudio sound backend -- Found BlueZ: /nix/store/6dln0pmd1zb9xg4c81l3k08igxh98j0w-bluez-5.70/lib/libbluetooth.so -- BlueZ found, enabling bluetooth support CMake Error at Source/Core/DolphinQt/CMakeLists.txt:17 (find_package): By not providing "FindQt6.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt6", but CMake did not find one. Could not find a package configuration file provided by "Qt6" with any of the following names: Qt6Config.cmake qt6-config.cmake Add the installation prefix of "Qt6" to CMAKE_PREFIX_PATH or set "Qt6_DIR" to a directory containing one of the above files. If "Qt6" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred!