Merge pull request #109979 from eraserhd/quickscope-kak-fix

kakounePlugins.quickscope-kak: Fix stdenv.lib -> lib breakage
This commit is contained in:
Sandro 2021-01-19 18:14:52 +01:00 committed by GitHub
commit 9ea5bd6df3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
{ stdenv, fetchgit, lua5_3 }:
{ lib, stdenv, fetchgit, lua5_3 }:
stdenv.mkDerivation rec {
pname = "quickscope-kak";