pkgs/development/interpreters: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, unzip, which, makeWrapper, jdk }:
|
||||
{ lib, stdenv, fetchurl, unzip, which, makeWrapper, jdk }:
|
||||
|
||||
# at runtime, need jdk
|
||||
|
||||
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||
done
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
description = "An agile dynamic language for the Java Platform";
|
||||
homepage = "http://groovy-lang.org/";
|
||||
license = licenses.asl20;
|
||||
|
||||
Reference in New Issue
Block a user