pkgs/shells: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-15 14:24:03 +07:00
parent f35b06e86d
commit e245ae3c3a
19 changed files with 45 additions and 45 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl }:
{ lib, stdenv, fetchurl }:
stdenv.mkDerivation rec {
version = "2.2.3";
@@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
meta = {
description = "The plugin manager for zsh";
homepage = "http://antigen.sharats.me";
license = stdenv.lib.licenses.mit;
license = lib.licenses.mit;
};
}