From 9c104004c9fdec6c8785e2eea97eebdf49b4bb78 Mon Sep 17 00:00:00 2001 From: Tomas Rivera Date: Wed, 20 May 2026 10:59:42 +0200 Subject: [PATCH] vimPlugins.fastfold: override license to wtfpl (cherry picked from commit adcd15eba673001e679fc49b0257b967e79ac8dc) --- pkgs/applications/editors/vim/plugins/overrides.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index e0457548373e..3490f93bbf6a 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -1434,6 +1434,13 @@ assertNoAdditions { dependencies = [ self.nui-nvim ]; }; + fastfold = super.fastfold.overrideAttrs (old: { + meta = old.meta // { + # This plugin is under the license "Rien à Branler", which is a French translation of the WTFPL license. + license = lib.licenses.wtfpl; + }; + }); + faust-nvim = super.faust-nvim.overrideAttrs { dependencies = with self; [ luasnip