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

This commit is contained in:
Ben Siraphob
2021-01-22 18:25:31 +07:00
parent bbaff89ceb
commit acc5f7b18a
320 changed files with 1660 additions and 1657 deletions

View File

@@ -136,7 +136,7 @@ let
disallowedReferences = [ openjdk11-bootstrap ];
meta = with stdenv.lib; {
meta = with lib; {
homepage = "http://openjdk.java.net/";
license = licenses.gpl2;
description = "The open-source Java Development Kit";

View File

@@ -140,7 +140,7 @@ let
disallowedReferences = [ openjdk11 ];
meta = with stdenv.lib; {
meta = with lib; {
homepage = "http://openjdk.java.net/";
license = licenses.gpl2;
description = "The open-source Java Development Kit";

View File

@@ -140,7 +140,7 @@ let
disallowedReferences = [ openjdk13-bootstrap ];
meta = with stdenv.lib; {
meta = with lib; {
homepage = "http://openjdk.java.net/";
license = licenses.gpl2;
description = "The open-source Java Development Kit";

View File

@@ -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";

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, unzip, setJavaClassPath, freetype }:
{ lib, stdenv, fetchurl, unzip, setJavaClassPath, freetype }:
let
jce-policies = fetchurl {
# Ugh, unversioned URLs... I hope this doesn't change often enough to cause pain before we move to a Darwin source build of OpenJDK!
@@ -52,7 +52,7 @@ let
home = jdk;
};
meta = with stdenv.lib; {
meta = with lib; {
license = licenses.gpl2;
platforms = platforms.darwin;
};

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, unzip, setJavaClassPath, freetype }:
{ lib, stdenv, fetchurl, unzip, setJavaClassPath, freetype }:
let
jce-policies = fetchurl {
# Ugh, unversioned URLs... I hope this doesn't change often enough to cause pain before we move to a Darwin source build of OpenJDK!
@@ -56,7 +56,7 @@ let
home = jdk;
};
meta = with stdenv.lib; {
meta = with lib; {
license = licenses.gpl2;
platforms = platforms.darwin;
};

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, unzip, setJavaClassPath, freetype }:
{ lib, stdenv, fetchurl, unzip, setJavaClassPath, freetype }:
let
jce-policies = fetchurl {
# Ugh, unversioned URLs... I hope this doesn't change often enough to cause pain before we move to a Darwin source build of OpenJDK!
@@ -52,7 +52,7 @@ let
home = jdk;
};
meta = with stdenv.lib; {
meta = with lib; {
license = licenses.gpl2;
platforms = platforms.darwin;
};

View File

@@ -141,7 +141,7 @@ let
disallowedReferences = [ openjdk15-bootstrap ];
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://openjdk.java.net/";
license = licenses.gpl2;
description = "The open-source Java Development Kit";

View File

@@ -103,7 +103,7 @@ in makePackage {
passthru.deps = deps;
meta = with stdenv.lib; {
meta = with lib; {
homepage = "http://openjdk.java.net/projects/openjfx/";
license = licenses.gpl2;
description = "The next-generation Java client toolkit";

View File

@@ -107,7 +107,7 @@ in makePackage {
passthru.deps = deps;
meta = with stdenv.lib; {
meta = with lib; {
homepage = "http://openjdk.java.net/projects/openjfx/";
license = licenses.gpl2;
description = "The next-generation Java client toolkit";