mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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:
parent
703e147d41
commit
3ce307d116
1 changed files with 2 additions and 1 deletions
|
|
@ -45,7 +45,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
cp ${cheats-json} cheats.json
|
||||
'';
|
||||
|
||||
stictDeps = true;
|
||||
strictDeps = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
qt6.wrapQtAppsHook
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue