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:27:09 +0530
committerAshish SHUKLA <ashish.is@lostca.se>2021-01-24 00:27:09 +0530
commitad2b6d98bfd85700d3e7f699a8d90fe401826c41 (patch)
tree5124c5d0ce5d0eea5e41dfd71064e5b62f8303f0 /pkgs/applications/editors/kakoune
parentf217c0ea7c148ddc0103347051555c7c252dcafb (diff)
downloadnixpkgs-ad2b6d98bfd85700d3e7f699a8d90fe401826c41.tar
nixpkgs-ad2b6d98bfd85700d3e7f699a8d90fe401826c41.tar.gz
nixpkgs-ad2b6d98bfd85700d3e7f699a8d90fe401826c41.tar.bz2
nixpkgs-ad2b6d98bfd85700d3e7f699a8d90fe401826c41.tar.lz
nixpkgs-ad2b6d98bfd85700d3e7f699a8d90fe401826c41.tar.xz
nixpkgs-ad2b6d98bfd85700d3e7f699a8d90fe401826c41.tar.zst
nixpkgs-ad2b6d98bfd85700d3e7f699a8d90fe401826c41.zip
kak-vertical-selection: add missing `lib` argument
Diffstat (limited to 'pkgs/applications/editors/kakoune')
-rw-r--r--pkgs/applications/editors/kakoune/plugins/kak-vertical-selection.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/kakoune/plugins/kak-vertical-selection.nix b/pkgs/applications/editors/kakoune/plugins/kak-vertical-selection.nix
index ccc80ac8d81..2ef9d44854f 100644
--- a/pkgs/applications/editors/kakoune/plugins/kak-vertical-selection.nix
+++ b/pkgs/applications/editors/kakoune/plugins/kak-vertical-selection.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub }:
+{ stdenv, fetchFromGitHub, lib }:
 stdenv.mkDerivation {
   name = "kak-vertical-selection";
   version = "2019-04-11";