mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
[Backport release-26.05] simple64: fix strictDeps typo, enable __structuredAttrs (#532494)
This commit is contained in:
@@ -45,7 +45,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
cp ${cheats-json} cheats.json
|
||||
'';
|
||||
|
||||
stictDeps = true;
|
||||
strictDeps = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
qt6.wrapQtAppsHook
|
||||
|
||||
Reference in New Issue
Block a user