pkgs/build-support: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-24 19:07:54 -08:00
committed by Cole Helbling
parent e8d39a93c2
commit aa8868c7cc
8 changed files with 33 additions and 27 deletions
@@ -10,7 +10,7 @@
, extraPackages ? [], extraBuildCommands ? ""
}:
with stdenvNoCC.lib;
with lib;
let
stdenv = stdenvNoCC;