This commit is contained in:
Michael Bishop 2020-04-05 14:16:11 -03:00
parent ca0cb2c43f
commit f03c088a36
No known key found for this signature in database
GPG key ID: C294FC1A485A409A

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;