Merge pull request #237843 from l0b0/remove-no-op-in-kakoune
This commit is contained in:
commit
165da28db3
@ -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 {{
|
||||
|
Loading…
Reference in New Issue
Block a user