Merge pull request #237843 from l0b0/remove-no-op-in-kakoune

This commit is contained in:
figsoda 2023-06-14 22:06:51 -04:00 committed by GitHub
commit 165da28db3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,11 +55,6 @@ packages = ( self:
{"""
)
for pluginDesc, plugin in sorted_plugins:
if plugin.has_submodules:
submodule_attr = "\n fetchSubmodules = true;"
else:
submodule_attr = ""
f.write(
f"""
{plugin.normalized_name} = buildKakounePluginFrom2Nix {{