ankiAddons.buildAnkiAddon: enable strictDeps

In an effort to globally enable strictDeps

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2026-01-28 13:53:15 -05:00
parent 84535e2754
commit 655f1d1c3f
@@ -21,6 +21,7 @@
runHook preBuild
runHook postBuild
'',
strictDeps ? true,
dontPatchELF ? true,
dontStrip ? true,
passthru ? { },
@@ -35,6 +36,7 @@
inherit
configurePhase
buildPhase
strictDeps
dontPatchELF
dontStrip
;