buildGoModule: remove runVend

follow up from 8a8c88de70
This commit is contained in:
zowoq 2022-06-08 12:05:43 +10:00
parent 543f9893c8
commit b246d54635

View file

@ -41,9 +41,6 @@
, meta ? {}
# disabled
, runVend ? false
# Not needed with buildGoModule
, goPackagePath ? ""
@ -55,8 +52,6 @@
with builtins;
assert runVend != false -> throw "`runVend` has been replaced by `proxyVendor`";
assert goPackagePath != "" -> throw "`goPackagePath` is not needed with `buildGoModule`";
let