forked from mirrors/nixpkgs
gobetween: remove deleteVendor, enable checks
This commit is contained in:
parent
ffc53f66dc
commit
2e10c7a3f7
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue