2022-11-04T13:44:57 melonDS 0.9.4 -> 0.9.5 https://github.com/Arisotura/melonDS/releases 2022-11-04T13:45:00 attrpath: melonDS 2022-11-04T13:45:00 Checking auto update branch... 2022-11-04T13:45:00 No auto update branch exists 2022-11-04T13:45:04 [version] 2022-11-04T13:45:07 [version] updated version and sha256 2022-11-04T13:45:07 [rustCrateVersion] 2022-11-04T13:45:07 [rustCrateVersion] No cargoSha256 found 2022-11-04T13:45:07 [golangModuleVersion] 2022-11-04T13:45:07 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-04T13:45:07 [updateScript] 2022-11-04T13:45:07 [updateScript] skipping because derivation has no updateScript 2022-11-04T13:45:07 2022-11-04T13:45:07 [quotedUrls] 2022-11-04T13:45:07 [quotedUrls] nothing found to replace 2022-11-04T13:45:08 Diff after rewrites: diff --git a/pkgs/applications/emulators/melonDS/default.nix b/pkgs/applications/emulators/melonDS/default.nix index 6e389b8daf6..0dacb889b3d 100644 --- a/pkgs/applications/emulators/melonDS/default.nix +++ b/pkgs/applications/emulators/melonDS/default.nix @@ -13,13 +13,13 @@ mkDerivation rec { pname = "melonDS"; - version = "0.9.4"; + version = "0.9.5"; src = fetchFromGitHub { owner = "Arisotura"; repo = pname; rev = version; - sha256 = "sha256-FSacau7DixU6R4eKNIYVRZiMb/GhijTzHbcGlZ6WG/I="; + sha256 = "sha256-n4Vkxb/7fr214PgB6VFNgH1tMDgTBS/UHUQ6V4uGkDA="; }; nativeBuildInputs = [ cmake pkg-config ]; 2022-11-04T13:46:47 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A melonDS nix build failed. -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/2bg235ac1s6cpxwr1pjagn6bj8q2425l-gcc-wrapper-11.3.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- The ASM compiler identification is GNU -- Found assembler: /nix/store/2bg235ac1s6cpxwr1pjagn6bj8q2425l-gcc-wrapper-11.3.0/bin/gcc -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE CMake Error at /nix/store/pk0ha0fv1wcwj5b8gi17lzajzlxbb3ni-qtbase-5.15.7-dev/lib/cmake/Qt5/Qt5Config.cmake:28 (find_package): By not providing "FindQt5Multimedia.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt5Multimedia", but CMake did not find one. Could not find a package configuration file provided by "Qt5Multimedia" with any of the following names: Qt5MultimediaConfig.cmake qt5multimedia-config.cmake Add the installation prefix of "Qt5Multimedia" to CMAKE_PREFIX_PATH or set "Qt5Multimedia_DIR" to a directory containing one of the above files. If "Qt5Multimedia" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): src/frontend/qt_sdl/CMakeLists.txt:72 (find_package)  -- Configuring incomplete, errors occurred! See also "/build/source/build/CMakeFiles/CMakeOutput.log".