summary refs log tree commit diff
path: root/pkgs/applications/editors/kakoune
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish.is@lostca.se>2021-01-24 00:28:07 +0530
committerAshish SHUKLA <ashish.is@lostca.se>2021-01-24 00:28:07 +0530
commitf3817932c9f8b5f98e9405c9085495bdbf0724dc (patch)
tree8e4392b9f183d0f9334b4915e2e58541b4b806ca /pkgs/applications/editors/kakoune
parent601080d7c553881305af1b34ba0c16cbdcea9e42 (diff)
downloadnixpkgs-f3817932c9f8b5f98e9405c9085495bdbf0724dc.tar
nixpkgs-f3817932c9f8b5f98e9405c9085495bdbf0724dc.tar.gz
nixpkgs-f3817932c9f8b5f98e9405c9085495bdbf0724dc.tar.bz2
nixpkgs-f3817932c9f8b5f98e9405c9085495bdbf0724dc.tar.lz
nixpkgs-f3817932c9f8b5f98e9405c9085495bdbf0724dc.tar.xz
nixpkgs-f3817932c9f8b5f98e9405c9085495bdbf0724dc.tar.zst
nixpkgs-f3817932c9f8b5f98e9405c9085495bdbf0724dc.zip
kak-powerline: add missing `lib` argument
Diffstat (limited to 'pkgs/applications/editors/kakoune')
-rw-r--r--pkgs/applications/editors/kakoune/plugins/kak-powerline.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/kakoune/plugins/kak-powerline.nix b/pkgs/applications/editors/kakoune/plugins/kak-powerline.nix
index 731bb9e46d1..318ae2958b6 100644
--- a/pkgs/applications/editors/kakoune/plugins/kak-powerline.nix
+++ b/pkgs/applications/editors/kakoune/plugins/kak-powerline.nix
@@ -1,4 +1,4 @@
-{ stdenv, git, fetchFromGitHub }:
+{ stdenv, git, fetchFromGitHub, lib }:
 stdenv.mkDerivation {
   name = "kak-powerline";
   version = "2020-08-22";