ankiAddons.buildAnkiAddon: enable strictDeps (#484722)

This commit is contained in:
Colin
2026-01-28 23:05:12 +00:00
committed by GitHub
@@ -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
;