pkgs/development/libraries: stdenv.lib -> lib
This commit is contained in:
committed by
Jonathan Ringer
parent
046d24424e
commit
66e44425c6
@@ -1,4 +1,4 @@
|
||||
{ fetchurl, stdenv, unzip, ant, javac, jvm }:
|
||||
{ fetchurl, lib, stdenv, unzip, ant, javac, jvm }:
|
||||
|
||||
let
|
||||
version = "1.7R2";
|
||||
@@ -43,7 +43,7 @@ stdenv.mkDerivation {
|
||||
cp -v *.jar "$out/share/java"
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
description = "An implementation of JavaScript written in Java";
|
||||
|
||||
longDescription =
|
||||
|
||||
Reference in New Issue
Block a user