summaryrefslogtreecommitdiffstats
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
parent3510fa28789f27b6057732be48bac13a1d89bc99 (diff)
kakoune.plugins.kak-auto-pairs: fix lib
-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 c81244ba1333..36842f999a56 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";