pkgs/development/libraries: stdenv.lib -> lib
This commit is contained in:
committed by
Jonathan Ringer
parent
046d24424e
commit
66e44425c6
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, libevent, openssl }:
|
||||
{ lib, stdenv, fetchurl, libevent, openssl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libasr";
|
||||
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ libevent openssl ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/OpenSMTPD/libasr";
|
||||
description = "Free, simple and portable asynchronous resolver library";
|
||||
license = licenses.isc;
|
||||
|
||||
Reference in New Issue
Block a user