pkgs/tools: stdenv.lib -> lib
This commit is contained in:
@@ -44,7 +44,7 @@ in buildGoPackage {
|
||||
# move vendored codes so nixpkgs go builder could find it
|
||||
runHook preBuild
|
||||
|
||||
${stdenv.lib.concatMapStrings (t: ''
|
||||
${lib.concatMapStrings (t: ''
|
||||
go build -o "$out/bin/${t}" -tags ssl -ldflags "-s -w" $goPackagePath/${t}/main
|
||||
'') tools}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user