[Backport release-26.05] simple64: fix strictDeps typo, enable __structuredAttrs (#532494)

This commit is contained in:
Toma
2026-06-16 23:56:17 +00:00
committed by GitHub

View File

@@ -45,7 +45,8 @@ stdenv.mkDerivation (finalAttrs: {
cp ${cheats-json} cheats.json
'';
stictDeps = true;
strictDeps = true;
__structuredAttrs = true;
nativeBuildInputs = [
qt6.wrapQtAppsHook