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

View File

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