simple64: fix strictDeps typo, enable __structuredAttrs

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
(cherry picked from commit dc5302f4ea)
This commit is contained in:
Ethan Carter Edwards 2026-06-16 15:14:19 -04:00 committed by github-actions[bot]
commit 3ce307d116

View file

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