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

This commit is contained in:
Ben Siraphob
2021-01-23 19:26:19 +07:00
parent f6a583eeec
commit c522fec274
534 changed files with 1314 additions and 1314 deletions

View File

@@ -1,4 +1,4 @@
{ fetchurl, stdenv }:
{ fetchurl, lib, stdenv }:
stdenv.mkDerivation ({
version = "3.8";
@@ -22,8 +22,8 @@ stdenv.mkDerivation ({
meta = {
description = "The Test Environment Toolkit is used in test applications like The Open Group's UNIX Certification program and the Free Standards Group's LSB Certification program";
homepage = "http://tetworks.opengroup.org/Products/tet.htm";
license = stdenv.lib.licenses.artistic1;
platforms = stdenv.lib.platforms.unix;
license = lib.licenses.artistic1;
platforms = lib.platforms.unix;
maintainers = [ ];
};
})