pkgs/development/tools: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, jdk, makeWrapper }:
|
||||
{ lib, stdenv, fetchurl, jdk, makeWrapper }:
|
||||
|
||||
assert jdk != null;
|
||||
|
||||
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
inherit jdk;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
description = "Build automation tool (used primarily for Java projects)";
|
||||
homepage = "http://maven.apache.org/";
|
||||
license = licenses.asl20;
|
||||
|
||||
Reference in New Issue
Block a user