mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 00:22:13 +00:00
jaeles: remove unnecessary runVend
This commit is contained in:
parent
617bbe97df
commit
648005c3de
|
@ -14,9 +14,7 @@ buildGoModule rec {
|
|||
hash = "sha256-IGB+TYMOOO7fvRfDe9y+JSXuDSMDVJK+N4hS+kezG48=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-3CKDkxvr7egHui6d8+25t9Zq2ePMUOULr+1NjEm4GXA=";
|
||||
|
||||
runVend = true;
|
||||
vendorSha256 = "sha256-R2cP5zNuGUs0/KeaGhbQm1m5gVBVhpcFrS/jsph3EBk=";
|
||||
|
||||
# Tests want to download signatures
|
||||
doCheck = false;
|
||||
|
|
Loading…
Reference in a new issue