pkgs/development/compilers: stdenv.lib -> lib
This commit is contained in:
@@ -141,7 +141,7 @@ let
|
||||
|
||||
disallowedReferences = [ openjdk14-bootstrap ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
homepage = "https://openjdk.java.net/";
|
||||
license = licenses.gpl2;
|
||||
description = "The open-source Java Development Kit";
|
||||
|
||||
Reference in New Issue
Block a user