kak-powerline: add missing lib argument

This commit is contained in:
Ashish SHUKLA 2021-01-24 00:28:07 +05:30
parent 601080d7c5
commit f3817932c9
No known key found for this signature in database
GPG key ID: C746CFA9E74FA4B0

View file

@ -1,4 +1,4 @@
{ stdenv, git, fetchFromGitHub }:
{ stdenv, git, fetchFromGitHub, lib }:
stdenv.mkDerivation {
name = "kak-powerline";
version = "2020-08-22";