pkgs/shells: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-15 13:28:56 +07:00
parent f35b06e86d
commit e245ae3c3a
19 changed files with 45 additions and 45 deletions

View File

@@ -1,4 +1,4 @@
{ fetchurl, stdenv }:
{ fetchurl, lib, stdenv }:
stdenv.mkDerivation rec {
pname = "rush";
@@ -29,10 +29,10 @@ stdenv.mkDerivation rec {
'';
homepage = "https://www.gnu.org/software/rush/";
license = stdenv.lib.licenses.gpl3Plus;
license = lib.licenses.gpl3Plus;
maintainers = [ stdenv.lib.maintainers.bjg ];
platforms = stdenv.lib.platforms.all;
maintainers = [ lib.maintainers.bjg ];
platforms = lib.platforms.all;
};
passthru = {