diff --git a/pkgs/luar.nix b/pkgs/luar.nix new file mode 100644 index 0000000..4ec95f0 --- /dev/null +++ b/pkgs/luar.nix @@ -0,0 +1,9 @@ +{ kakouneUtils, luar-src, lua, ... }: + +with kakouneUtils; + +buildKakounePlugin { + name = "luar"; + src = luar-src; + buildInputs = [ lua ]; +}