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, fetchurl}:
{lib, stdenv, fetchurl}:
stdenv.mkDerivation {
name = "libdivsufsort-2.0.1";
@@ -10,8 +10,8 @@ stdenv.mkDerivation {
meta = {
homepage = "https://github.com/y-256/libdivsufsort";
license = stdenv.lib.licenses.mit;
license = lib.licenses.mit;
description = "Library to construct the suffix array and the BW transformed string";
platforms = stdenv.lib.platforms.unix;
platforms = lib.platforms.unix;
};
}