libretro.mame2015: move env variable into env for structuredAttrs

This commit is contained in:
Sigmanificient
2026-05-25 16:13:16 +02:00
parent b9a84551f0
commit ec4a8ef68a
@@ -22,7 +22,8 @@ mkLibretroCore {
extraBuildInputs = [ alsa-lib ];
makefile = "Makefile";
# Build failures when this is set to a bigger number
NIX_BUILD_CORES = 8;
env.NIX_BUILD_CORES = 8;
meta = {
description = "Port of MAME ~2015 to libretro, compatible with MAME 0.160 sets";
homepage = "https://github.com/libretro/mame2015-libretro";