Merge pull request #109718 from jonringer/fix-kakoune

kakoune.plugins.kak-fzf: fix assertion
This commit is contained in:
Sandro 2021-01-18 11:10:27 +01:00 committed by GitHub
commit fff42b1d70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, fzf }:
{ lib, stdenv, fetchFromGitHub, fzf }:
assert lib.asserts.assertOneOf "fzf" fzf.pname [ "fzf" "skim" ];