kompose: Fix test dependencies

Bug fixed by #173702 runs the previously skipped tests for this
package.
main
Berk D. Demir 2 years ago
parent a3205db0c5
commit 9d09650cef
  1. 4
      pkgs/applications/networking/cluster/kompose/default.nix

@ -1,4 +1,4 @@
{ lib, buildGoModule, fetchFromGitHub, installShellFiles, testers, kompose }:
{ lib, buildGoModule, fetchFromGitHub, installShellFiles, testers, kompose, git }:
buildGoModule rec {
pname = "kompose";
@ -13,7 +13,7 @@ buildGoModule rec {
vendorSha256 = "sha256-OR5U2PnebO0a+lwU09Dveh0Yxk91cmSRorTxQIO5lHc=";
nativeBuildInputs = [ installShellFiles ];
nativeBuildInputs = [ installShellFiles git ];
ldflags = [ "-s" "-w" ];

Loading…
Cancel
Save