pkgs/development/libraries: stdenv.lib -> lib
This commit is contained in:
committed by
Jonathan Ringer
parent
046d24424e
commit
66e44425c6
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user