pkgs/development/compilers: stdenv.lib -> lib
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
sourcePerArch:
|
||||
|
||||
{ swingSupport ? true # not used for now
|
||||
, stdenv
|
||||
, lib, stdenv
|
||||
, fetchurl
|
||||
}:
|
||||
|
||||
@@ -43,11 +43,11 @@ let cpuName = stdenv.hostPlatform.parsed.cpu.name;
|
||||
|
||||
passthru.home = result;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
license = licenses.gpl2Classpath;
|
||||
description = "AdoptOpenJDK, prebuilt OpenJDK binary";
|
||||
platforms = [ "x86_64-darwin" ]; # some inherit jre.meta.platforms
|
||||
maintainers = with stdenv.lib.maintainers; [ taku0 ];
|
||||
maintainers = with lib.maintainers; [ taku0 ];
|
||||
};
|
||||
|
||||
}; in result
|
||||
|
||||
Reference in New Issue
Block a user