gobetween: remove deleteVendor, enable checks

gstqt5
zowoq 2020-08-12 20:16:21 +10:00
parent ffc53f66dc
commit 2e10c7a3f7
1 changed files with 0 additions and 4 deletions

View File

@ -11,8 +11,6 @@ buildGoModule rec {
sha256 = "0bxf89l53sqan9qq23rwawjkcanv9p61sw56zjqhyx78f0bh0zbc";
};
deleteVendor = true;
patches = [
./gomod.patch
];
@ -23,8 +21,6 @@ buildGoModule rec {
vendorSha256 = "1nkni9ikpc0wngh5v0qmlpn5s9v85lb2ih22f3h3lih7nc29yv87";
doCheck = false;
installPhase = ''
mkdir -p $out/bin
cp bin/gobetween $out/bin