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
+3 -3
View File
@@ -1,9 +1,9 @@
{ stdenv, fetchurl
{ lib, stdenv, fetchurl
, pcre, windows ? null
, variant ? null
}:
with stdenv.lib;
with lib;
assert elem variant [ null "cpp" "pcre16" "pcre32" ];
@@ -50,7 +50,7 @@ in stdenv.mkDerivation {
meta = {
homepage = "http://www.pcre.org/";
description = "A library for Perl Compatible Regular Expressions";
license = stdenv.lib.licenses.bsd3;
license = lib.licenses.bsd3;
longDescription = ''
The PCRE library is a set of functions that implement regular