kakounePlugins: use recurseIntoAttrs

This commit is contained in:
Flakebi 2021-01-24 10:41:38 +01:00
parent 30f9fd98f9
commit 12eb83620d
No known key found for this signature in database
GPG Key ID: 38E7ED984D7DCD02

View File

@ -5528,7 +5528,8 @@ in
kalibrate-hackrf = callPackage ../applications/radio/kalibrate-hackrf { };
wrapKakoune = kakoune: attrs: callPackage ../applications/editors/kakoune/wrapper.nix (attrs // { inherit kakoune; });
kakounePlugins = callPackage ../applications/editors/kakoune/plugins { };
kakounePlugins = recurseIntoAttrs (callPackage ../applications/editors/kakoune/plugins { });
kakoune-unwrapped = callPackage ../applications/editors/kakoune { };
kakoune = wrapKakoune kakoune-unwrapped {
plugins = [ ]; # override with the list of desired plugins