pkgs/development/compilers: stdenv.lib -> lib
This commit is contained in:
@@ -270,7 +270,7 @@ in rec {
|
||||
--prefix PATH : ${lib.makeBinPath [ python27withPackages mercurial ]} \
|
||||
--set FINDBUGS_HOME ${findbugs}
|
||||
'';
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/graalvm/mx";
|
||||
description = "Command-line tool used for the development of Graal projects";
|
||||
license = licenses.gpl2;
|
||||
@@ -527,7 +527,7 @@ in rec {
|
||||
enableParallelBuilding = true;
|
||||
passthru.home = graalvm8;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/oracle/graal";
|
||||
description = "High-Performance Polyglot VM";
|
||||
license = licenses.gpl2;
|
||||
|
||||
Reference in New Issue
Block a user