pkgs/data: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-15 14:29:18 +07:00
parent 0e49ba1b64
commit 4eb185bd6a
52 changed files with 132 additions and 132 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, dpkg }:
{ lib, stdenv, fetchurl, dpkg }:
let version = "20030809";
in
@@ -42,7 +42,7 @@ stdenv.mkDerivation {
from the naga10 font.
'';
homepage = "https://osdn.net/projects/efont/";
license = stdenv.lib.licenses.wadalab;
maintainers = [ stdenv.lib.maintainers.auntie ];
license = lib.licenses.wadalab;
maintainers = [ lib.maintainers.auntie ];
};
}