conntrack-tools: 1.4.4 -> 1.4.5

Fix build with libnetfilter_conntrack 1.0.7.
This commit is contained in:
Orivej Desh
2018-05-30 05:54:48 +00:00
parent 4e4fb65130
commit 70a041ea8b
4 changed files with 6 additions and 5 deletions
@@ -1,5 +1,5 @@
{ lib, stdenv, fetchgit, fetchFromGitHub, makeWrapper, git
, python3, sshfs-fuse, torsocks, sshuttle, conntrack_tools }:
, python3, sshfs-fuse, torsocks, sshuttle, conntrack-tools }:
let
sshuttle-telepresence = lib.overrideDerivation sshuttle (p: {
@@ -35,7 +35,7 @@ in stdenv.mkDerivation rec {
cp cli/telepresence $out/libexec/telepresence
makeWrapper $out/libexec/telepresence $out/bin/telepresence \
--prefix PATH : ${lib.makeBinPath [python3 sshfs-fuse torsocks conntrack_tools sshuttle-telepresence]}
--prefix PATH : ${lib.makeBinPath [python3 sshfs-fuse torsocks conntrack-tools sshuttle-telepresence]}
'';
meta = {