pkgs/development/compilers: stdenv.lib -> lib
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user