irrlichtmt 1.9.0mt13 -> 1.9.0mt14 https://github.com/minetest/irrlicht/releases attrpath: irrlichtmt 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/development/libraries/irrlichtmt/default.nix b/pkgs/development/libraries/irrlichtmt/default.nix index 8787fd390efd..86b667c35449 100644 --- a/pkgs/development/libraries/irrlichtmt/default.nix +++ b/pkgs/development/libraries/irrlichtmt/default.nix @@ -14,13 +14,13 @@ }: stdenv.mkDerivation (finalAttrs: { pname = "irrlichtmt"; - version = "1.9.0mt13"; + version = "1.9.0mt14"; src = fetchFromGitHub { owner = "minetest"; repo = "irrlicht"; rev = finalAttrs.version; - hash = "sha256-BlQd7zbpvQnxqLv3IaHWrXzJ1pJFbQQ3DNWDAj14/YY="; + hash = "sha256-yJR6iIP6hdAp2RloY9k2vMlS0KCM/aOuqQPigEfxXWc="; }; nativeBuildInputs = [ 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 irrlichtmt nix build failed. -- Check for working CXX compiler: /nix/store/4cjqvbp1jbkps185wl8qnbjpf8bdy8j9-gcc-wrapper-13.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- *** Building IrrlichtMt 1.9.0.14 *** -- Performing Test REVISION_SANITY_CHECK -- Performing Test REVISION_SANITY_CHECK - Success -- Device: SDL -- OpenGL: ON -- OpenGL 3: ON -- OpenGL ES: OFF -- OpenGL ES 2: OFF -- WebGL: OFF -- Found ZLIB: /nix/store/ilr7br1ck7i6wcgfkynwpnjp7n964h38-zlib-1.3.1/lib/libz.so (found version "1.3.1") -- Found JPEG: /nix/store/m06f9ckrrgh3m8y7i6k8ciya6smy9ckp-libjpeg-turbo-3.0.2/lib/libjpeg.so (found version "62") -- Found PNG: /nix/store/wmpmyzmnijgw6dy5vf2mlb4akqh3k6a2-libpng-apng-1.6.40/lib/libpng.so (found version "1.6.40") -- Found OpenGL: /nix/store/9l8785vc3w2jbmcvjw4gkgrszrkg103z-libGL-1.7.0/lib/libOpenGL.so CMake Error at source/Irrlicht/CMakeLists.txt:279 (find_package): Could not find a package configuration file provided by "SDL2" with any of the following names: SDL2Config.cmake sdl2-config.cmake Add the installation prefix of "SDL2" to CMAKE_PREFIX_PATH or set "SDL2_DIR" to a directory containing one of the above files. If "SDL2" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred!