treewide: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-27 13:08:40 +07:00
parent 02ee14b9d5
commit 36c91cea1d
13 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ rec {
*/
replaceMaintainersField = stdenv: pkgs: maintainers: stdenv //
{ mkDerivation = args:
stdenv.lib.recursiveUpdate
pkgs.lib.recursiveUpdate
(stdenv.mkDerivation args)
{ meta.maintainers = maintainers; };
};