attract-mode 2.6.2 -> 2.7.0 https://github.com/mickelson/attract/releases attrpath: attract-mode 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/attract-mode/default.nix b/pkgs/applications/emulators/attract-mode/default.nix index 0bd1b4b062ab..a97e99df40a3 100644 --- a/pkgs/applications/emulators/attract-mode/default.nix +++ b/pkgs/applications/emulators/attract-mode/default.nix @@ -4,13 +4,13 @@ stdenv.mkDerivation rec { pname = "attract-mode"; - version = "2.6.2"; + version = "2.7.0"; src = fetchFromGitHub { owner = "mickelson"; repo = "attract"; rev = "v${version}"; - sha256 = "sha256-gKxUU2y6Gtm5a/tXYw/fsaTBrriNh5vouPGICs3Ph3c="; + sha256 = "sha256-/ak3CBQOJvxFAYJZTypelLzQSPdXSTFIYuOSTCQzWTE="; }; nativeBuildInputs = [ pkg-config ]; 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 attract-mode nix build failed. Compiling obj/gameswflib/gameswf_stream.o... Compiling obj/gameswflib/gameswf_styles.o... Compiling obj/gameswflib/gameswf_tesselate.o... Compiling obj/gameswflib/gameswf_text.o... Compiling obj/gameswflib/gameswf_tools.o... Compiling obj/gameswflib/gameswf_types.o... Compiling obj/gameswflib/gameswf_value.o... Compiling obj/gameswflib/gameswf_video_impl.o... Compiling obj/gameswflib/gameswf_mutex.o... Compiling obj/gameswflib/gameswf_sound_handler_openal.o... Compiling obj/gameswflib/gameswf_freetype.o... Compiling obj/gameswflib/gameswf_render_handler_ogl.o... Archiving obj/libgameswf.a... mkdir -p obj/audiolib Compiling obj/audiolib/ALCheck.o... Compiling obj/audiolib/AudioDevice.o... Compiling obj/audiolib/Listener.o... Compiling obj/audiolib/SoundSource.o... Compiling obj/audiolib/SoundStream.o... Archiving obj/libaudio.a... Creating executable: attract g++ -o attract obj/fe_base.o obj/fe_file.o obj/fe_util.o obj/fe_util_sq.o obj/fe_cmdline.o obj/fe_info.o obj/fe_input.o obj/fe_romlist.o obj/fe_settings.o obj/scraper_base.o obj/scraper_xml.o obj/scraper_general.o obj/scraper_net.o obj/scraper_gamesdb.o obj/fe_config.o obj/fe_presentable.o obj/fe_present.o obj/sprite.o obj/fe_image.o obj/fe_sound.o obj/fe_shader.o obj/fe_overlay.o obj/fe_window.o obj/tp.o obj/fe_text.o obj/fe_listbox.o obj/fe_vm.o obj/fe_blend.o obj/zip.o obj/path_cache.o obj/image_loader.o obj/main.o obj/swf.o obj/media.o obj/libsquirrel.a obj/libsqstdlib.a obj/libgameswf.a obj/libaudio.a -std=c++11 -Wl,--export-dynamic -I/nix/store/yh2s8hwx8nzzdkk46c7khv7x0g6afpyn-freetype-2.13.2-dev/include/freetype2 -DDATA_PATH=\"/usr/local/share/attract/\" -O2 -DNDEBUG -Iextlibs/audio/include -D__STDC_CONSTANT_MACROS -I/nix/store/qv5bq4i4l5f6ghnzizphnibx3khr0pj9-ffmpeg-4.4.4-dev/include -I/nix/store/5v0bc0s8y7jw4gf92xp4vw02bvd6abma-fontconfig-2.15.0-dev/include -I/nix/store/yh2s8hwx8nzzdkk46c7khv7x0g6afpyn-freetype-2.13.2-dev/include/freetype2 -I/nix/store/89ny89fh98gzhflp5sd151akdv4z0hb8-libarchive-3.7.2-dev/include -I/nix/store/wvmnrmv7dsp8frm3l6xiqggrfvz7sxl2-openal-soft-1.23.1/include -I/nix/store/wvmnrmv7dsp8frm3l6xiqggrfvz7sxl2-openal-soft-1.23.1/include/AL -Iextlibs/squirrel/include -Iextlibs/sqrat/include -Iextlibs/nowide -Iextlibs/nvapi -Iextlibs/rapidjson/include -Iextlibs/gameswf -DUSE_FONTCONFIG -DUSE_LIBARCHIVE -DFE_VERSION_MAJOR=2 -DFE_VERSION_MINOR=7 -DFE_VERSION_POINT=0 -DFE_VERSION_D='"v2.7.0"' -DFE_VERSION_NUM=270 -lsfml-graphics -lsfml-window -lsfml-system -ljpeg -lz -lpthread -ldl -lpthread -lGL -lz -L/nix/store/l43rl59rd91ciwss07b5zf4jl5sk2jpz-ffmpeg-4.4.4-lib/lib -L/nix/store/nx1c1mdc0ccr63i8335b165iciyx4m71-fontconfig-2.15.0-lib/lib -L/nix/store/4lkmcj5vk3z67n5fj5jby1x78rc29j7g-freetype-2.13.2/lib -L/nix/store/1l6fkln4cc324dzma62mbbzil77d7qn6-libarchive-3.7.2-lib/lib -L/nix/store/wvmnrmv7dsp8frm3l6xiqggrfvz7sxl2-openal-soft-1.23.1/lib -lfontconfig -lfreetype -larchive -lavformat -lavcodec -lavutil -lswscale -lswresample -lopenal -lexpat buildPhase completed in 1 minutes 56 seconds @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase install flags: SHELL=/nix/store/5l50g7kzj7v0rdhshld1vx46rf2k5lf9-bash-5.2p26/bin/bash install flags: -std=c++11 -Wl,--export-dynamic -I/nix/store/yh2s8hwx8nzzdkk46c7khv7x0g6afpyn-freetype-2.13.2-dev/include/freetype2 -DDATA_PATH=\"/usr/local/share/attract/\" -O2 -DNDEBUG -Iextlibs/audio/include -D__STDC_CONSTANT_MACROS -I/nix/store/qv5bq4i4l5f6ghnzizphnibx3khr0pj9-ffmpeg-4.4.4-dev/include -I/nix/store/5v0bc0s8y7jw4gf92xp4vw02bvd6abma-fontconfig-2.15.0-dev/include -I/nix/store/yh2s8hwx8nzzdkk46c7khv7x0g6afpyn-freetype-2.13.2-dev/include/freetype2 -I/nix/store/89ny89fh98gzhflp5sd151akdv4z0hb8-libarchive-3.7.2-dev/include -I/nix/store/wvmnrmv7dsp8frm3l6xiqggrfvz7sxl2-openal-soft-1.23.1/include -I/nix/store/wvmnrmv7dsp8frm3l6xiqggrfvz7sxl2-openal-soft-1.23.1/include/AL -Iextlibs/squirrel/include -Iextlibs/sqrat/include -Iextlibs/nowide -Iextlibs/nvapi -Iextlibs/rapidjson/include -Iextlibs/gameswf -DUSE_FONTCONFIG -DUSE_LIBARCHIVE mkdir -p -p /usr/local/share/attract/ mkdir: cannot create directory '/usr': Permission denied make: *** [Makefile:788: /usr/local/share/attract/] Error 1