Skip to content

Commit

Permalink
kak-prelude: add missing lib argument
Browse files Browse the repository at this point in the history
  • Loading branch information
rycee committed Jan 20, 2021
1 parent 50a5d4c commit 7742f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/editors/kakoune/plugins/kak-prelude.nix
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub }:
{ lib, stdenv, fetchFromGitHub }:
stdenv.mkDerivation {
name = "kak-prelude";
version = "2020-06-09";
Expand Down

0 comments on commit 7742f1c

Please sign in to comment.