From f3817932c9f8b5f98e9405c9085495bdbf0724dc Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Sun, 24 Jan 2021 00:28:07 +0530 Subject: [PATCH] kak-powerline: add missing `lib` argument --- pkgs/applications/editors/kakoune/plugins/kak-powerline.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";