pkgs/development/tools: stdenv.lib -> lib
This commit is contained in:
@@ -82,7 +82,7 @@ in stdenv.mkDerivation {
|
||||
|
||||
doCheck = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
description = "A package manager for OCaml";
|
||||
homepage = "http://opam.ocamlpro.com/";
|
||||
maintainers = [ maintainers.henrytill ];
|
||||
|
||||
Reference in New Issue
Block a user