pkgs/build-support: stdenv.lib -> lib
This commit is contained in:
committed by
Cole Helbling
parent
e8d39a93c2
commit
aa8868c7cc
@@ -10,7 +10,7 @@
|
||||
, extraPackages ? [], extraBuildCommands ? ""
|
||||
}:
|
||||
|
||||
with stdenvNoCC.lib;
|
||||
with lib;
|
||||
|
||||
let
|
||||
stdenv = stdenvNoCC;
|
||||
|
||||
Reference in New Issue
Block a user