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
+4 -4
View File
@@ -1,4 +1,4 @@
{ fetchurl, stdenv, libidn, kerberos }:
{ fetchurl, lib, stdenv, libidn, kerberos }:
stdenv.mkDerivation rec {
name = "gsasl-1.8.0";
@@ -28,9 +28,9 @@ stdenv.mkDerivation rec {
'';
homepage = "https://www.gnu.org/software/gsasl/";
license = stdenv.lib.licenses.gpl3Plus;
license = lib.licenses.gpl3Plus;
maintainers = with stdenv.lib.maintainers; [ shlevy ];
platforms = stdenv.lib.platforms.all;
maintainers = with lib.maintainers; [ shlevy ];
platforms = lib.platforms.all;
};
}