pkgs/development/libraries: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-21 19:11:02 -08:00
committed by Jonathan Ringer
parent 046d24424e
commit 66e44425c6
1770 changed files with 4913 additions and 4912 deletions
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, openssl }:
{ lib, stdenv, fetchFromGitHub, openssl }:
stdenv.mkDerivation {
name = "fastpbkdf2-1.0.0";
@@ -22,7 +22,7 @@ stdenv.mkDerivation {
cp fastpbkdf2.h $out/include/fastpbkdf2
'';
meta = with stdenv.lib; {
meta = with lib; {
description = "A fast PBKDF2-HMAC-{SHA1,SHA256,SHA512} implementation in C";
homepage = "https://github.com/ctz/fastpbkdf2";
license = licenses.cc0;