summary refs log tree commit diff
path: root/pkgs/applications/editors/kakoune
diff options
context:
space:
mode:
authorLars Mühmel <larsmuehmel@web.de>2021-01-18 18:39:54 +0100
committerLars Mühmel <larsmuehmel@web.de>2021-01-18 18:39:54 +0100
commitf4d0aad70898c33866efd78cae5be44761d814d8 (patch)
treef8024aa870468577d48f82aebc7080111898d026 /pkgs/applications/editors/kakoune
parent3510fa28789f27b6057732be48bac13a1d89bc99 (diff)
downloadnixpkgs-f4d0aad70898c33866efd78cae5be44761d814d8.tar
nixpkgs-f4d0aad70898c33866efd78cae5be44761d814d8.tar.gz
nixpkgs-f4d0aad70898c33866efd78cae5be44761d814d8.tar.bz2
nixpkgs-f4d0aad70898c33866efd78cae5be44761d814d8.tar.lz
nixpkgs-f4d0aad70898c33866efd78cae5be44761d814d8.tar.xz
nixpkgs-f4d0aad70898c33866efd78cae5be44761d814d8.tar.zst
nixpkgs-f4d0aad70898c33866efd78cae5be44761d814d8.zip
kakoune.plugins.kak-auto-pairs: fix lib
Diffstat (limited to 'pkgs/applications/editors/kakoune')
-rw-r--r--pkgs/applications/editors/kakoune/plugins/kak-auto-pairs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/kakoune/plugins/kak-auto-pairs.nix b/pkgs/applications/editors/kakoune/plugins/kak-auto-pairs.nix
index c81244ba133..36842f999a5 100644
--- a/pkgs/applications/editors/kakoune/plugins/kak-auto-pairs.nix
+++ b/pkgs/applications/editors/kakoune/plugins/kak-auto-pairs.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub }:
+{ lib, stdenv, fetchFromGitHub }:
 stdenv.mkDerivation {
   name = "kak-auto-pairs";
   version = "2020-07-14";