treewide: remove use of deprecated stdenv.lib

This commit is contained in:
Erik Arvstedt
2021-03-22 14:39:32 +01:00
parent 6ba5880b2c
commit 4cddf284e9
6 changed files with 15 additions and 18 deletions
+3 -2
View File
@@ -1,4 +1,5 @@
{ stdenv
{ lib
, stdenv
, buildPythonPackage
, fetchPypi
, pkgs
@@ -18,7 +19,7 @@ buildPythonPackage rec {
# Only needed for tests
checkInputs = [ pkgs.openssl ];
meta = with stdenv.lib; {
meta = with lib; {
description = "ECDSA cryptographic signature library";
homepage = "https://github.com/warner/python-ecdsa";
license = licenses.mit;