treewide: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-16 17:58:11 +07:00
parent a9bb54359e
commit badf51221d
977 changed files with 2613 additions and 2613 deletions
@@ -1,4 +1,4 @@
{ stdenv, pythonPackages, fetchFromGitHub }:
{ lib, stdenv, pythonPackages, fetchFromGitHub }:
pythonPackages.buildPythonPackage rec {
pname = "poretools";
@@ -15,8 +15,8 @@ pythonPackages.buildPythonPackage rec {
meta = {
description = "a toolkit for working with nanopore sequencing data from Oxford Nanopore";
license = stdenv.lib.licenses.mit;
license = lib.licenses.mit;
homepage = "https://poretools.readthedocs.io/en/latest/";
maintainers = [stdenv.lib.maintainers.rybern];
maintainers = [lib.maintainers.rybern];
};
}