Merge pull request #84369 from cleverca22/fix-k3s

k3s: fix https://hydra.nixos.org/build/116132269
This commit is contained in:
Graham Christensen 2020-04-05 15:07:51 -04:00 committed by GitHub
commit be353eb83a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,8 @@
with import <nixpkgs> {};
{ stdenv, lib, makeWrapper, fetchFromGitHub, fetchurl, fetchzip }:
{ stdenv, lib, makeWrapper, socat, iptables, iproute, bridge-utils
, conntrack-tools, buildGoPackage, git, runc, libseccomp, pkgconfig
, autoPatchelfHook, breakpointHook, ethtool, utillinux, ipset
, fetchFromGitHub, fetchurl, fetchzip, fetchgit
}:
with lib;