mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 03:27:41 +00:00
parent
543f9893c8
commit
b246d54635
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user