Skip to content

Commit

Permalink
Merge pull request #95247 from zowoq/deletevendor-check
Browse files Browse the repository at this point in the history
gobetween, kustomize: remove deleteVendor, enable checks
  • Loading branch information
flokli committed Aug 12, 2020
2 parents 3fab3cc + 2e10c7a commit 38c6c46
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions pkgs/development/tools/kustomize/default.nix
Expand Up @@ -23,11 +23,8 @@ buildGoModule rec {
# avoid finding test and development commands
sourceRoot = "source/kustomize";

deleteVendor = true;
vendorSha256 = "01ff3w4hwp4ynqhg8cplv0i2ixs811d2x2j6xbh1lslyyh3z3wc5";

doCheck = false;

meta = with lib; {
description = "Customization of kubernetes YAML configurations";
longDescription = ''
Expand Down
4 changes: 0 additions & 4 deletions pkgs/servers/gobetween/default.nix
Expand Up @@ -11,8 +11,6 @@ buildGoModule rec {
sha256 = "0bxf89l53sqan9qq23rwawjkcanv9p61sw56zjqhyx78f0bh0zbc";
};

deleteVendor = true;

patches = [
./gomod.patch
];
Expand All @@ -23,8 +21,6 @@ buildGoModule rec {

vendorSha256 = "1nkni9ikpc0wngh5v0qmlpn5s9v85lb2ih22f3h3lih7nc29yv87";

doCheck = false;

installPhase = ''
mkdir -p $out/bin
cp bin/gobetween $out/bin
Expand Down

0 comments on commit 38c6c46

Please sign in to comment.