summary refs log tree commit diff
path: root/pkgs/applications/editors/kakoune
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-01-18 01:45:34 -0800
committerJonathan Ringer <jonringer117@gmail.com>2021-01-18 01:45:34 -0800
commit68fcde294da913d405149848fbec0699199bf360 (patch)
treed777e847c68c038e6c80418e0fc77caf98cbe1cb /pkgs/applications/editors/kakoune
parent2b014ef903e62145157f3f0a15bd311a40ce7ab6 (diff)
downloadnixpkgs-68fcde294da913d405149848fbec0699199bf360.tar
nixpkgs-68fcde294da913d405149848fbec0699199bf360.tar.gz
nixpkgs-68fcde294da913d405149848fbec0699199bf360.tar.bz2
nixpkgs-68fcde294da913d405149848fbec0699199bf360.tar.lz
nixpkgs-68fcde294da913d405149848fbec0699199bf360.tar.xz
nixpkgs-68fcde294da913d405149848fbec0699199bf360.tar.zst
nixpkgs-68fcde294da913d405149848fbec0699199bf360.zip
kakoune.plugins.kak-fzf: fix assertion
Diffstat (limited to 'pkgs/applications/editors/kakoune')
-rw-r--r--pkgs/applications/editors/kakoune/plugins/kak-fzf.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/kakoune/plugins/kak-fzf.nix b/pkgs/applications/editors/kakoune/plugins/kak-fzf.nix
index 1f6a4ea561f..b52584b4456 100644
--- a/pkgs/applications/editors/kakoune/plugins/kak-fzf.nix
+++ b/pkgs/applications/editors/kakoune/plugins/kak-fzf.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, fzf }:
+{ lib, stdenv, fetchFromGitHub, fzf }:
 
 assert lib.asserts.assertOneOf "fzf" fzf.pname [ "fzf" "skim" ];