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

This commit is contained in:
Ben Siraphob
2021-01-23 08:57:37 +07:00
parent bbaff89ceb
commit acc5f7b18a
320 changed files with 1660 additions and 1657 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
{stdenv, fetchurl, fetchpatch, bison, flex}:
{lib, stdenv, fetchurl, fetchpatch, bison, flex}:
stdenv.mkDerivation rec {
pname = "iasl";
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Intel ACPI Compiler";
homepage = "http://www.acpica.org/";
license = stdenv.lib.licenses.iasl;
platforms = stdenv.lib.platforms.unix;
license = lib.licenses.iasl;
platforms = lib.platforms.unix;
};
}