kak-prelude: add missing lib argument

This commit is contained in:
Robert Helgesson 2021-01-20 19:02:30 +01:00
parent 50a5d4c773
commit 7742f1c67b
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub }:
{ lib, stdenv, fetchFromGitHub }:
stdenv.mkDerivation {
name = "kak-prelude";
version = "2020-06-09";