pkgs/development/libraries: stdenv.lib -> lib
This commit is contained in:
committed by
Jonathan Ringer
parent
046d24424e
commit
66e44425c6
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchzip, perl, pkg-config, libbson
|
||||
{ lib, stdenv, fetchzip, perl, pkg-config, libbson
|
||||
, openssl, which, zlib, snappy
|
||||
}:
|
||||
|
||||
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
description = "The official C client library for MongoDB";
|
||||
homepage = "https://github.com/mongodb/mongo-c-driver";
|
||||
license = licenses.asl20;
|
||||
|
||||
Reference in New Issue
Block a user