pkgs/development/tools: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-23 20:30:03 +07:00
parent f6a583eeec
commit c522fec274
534 changed files with 1314 additions and 1314 deletions
@@ -1,4 +1,4 @@
{ stdenv, fetchzip, ocamlPackages }:
{ lib, stdenv, fetchzip, ocamlPackages }:
stdenv.mkDerivation rec
{
@@ -22,8 +22,8 @@ stdenv.mkDerivation rec
meta = {
homepage = "https://github.com/besport/ocsigen-i18n";
description = "I18n made easy for web sites written with eliom";
license = stdenv.lib.licenses.lgpl21;
maintainers = [ stdenv.lib.maintainers.gal_bolle ];
license = lib.licenses.lgpl21;
maintainers = [ lib.maintainers.gal_bolle ];
};
}