Fix submodule update.

Optimize rust cargo integration.
This commit is contained in:
Cor Legemaat 2026-03-30 14:10:45 +02:00
commit 366ef4119f
4 changed files with 30 additions and 14 deletions

View file

@ -358,6 +358,7 @@
(template #f)
(gen-ebuild-hook gen-nodejs-ebuild)
(post-hook ebuild-default-post)
(post-ebuild-hook ebuild-default-post-ebuild)
ignore-autogen-diff)
""
((@ (ebuild gen) ebuild-gen)
@ -368,4 +369,5 @@
#:template template
#:gen-ebuild-hook gen-ebuild-hook
#:post-hook post-hook
#:post-ebuild-hook post-ebuild-hook
#:ignore-autogen-diff ignore-autogen-diff)))