pkgs/tools, pkgs/applications: [sS]tdenv.*lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-17 20:46:40 +07:00
parent 3f929f738e
commit d1852aca3c
4 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
{ clangStdenv, fetchFromGitHub, fetchurl, fetchpatch, gyp, which, ninja,
{ lib, clangStdenv, fetchFromGitHub, fetchurl, fetchpatch, gyp, which, ninja,
python, pkgconfig, protobuf, gtk2, zinnia, qt5, libxcb, tegaki-zinnia-japanese,
fcitx, gettext }:
let
@@ -100,7 +100,7 @@ in clangStdenv.mkDerivation rec {
install -m 644 fcitx-mozc-icons/*.png $out/share/fcitx/mozc/icon/
'';
meta = with clangStdenv.lib; {
meta = with lib; {
isFcitxEngine = true;
description = "Fcitx engine for Google japanese input method";
homepage = "https://github.com/google/mozc";