3
0
Fork 0
forked from mirrors/nixpkgs

telepresence: fix package

This commit is contained in:
Jaka Hudoklin 2019-08-05 12:34:21 +02:00
parent da90a46591
commit b11e628738
No known key found for this signature in database
GPG key ID: D1F18234B07BD6E2

View file

@ -11,7 +11,7 @@ let
leaveDotGit = true;
};
buildInputs = p.buildInputs ++ [ git ];
nativeBuildInputs = p.nativeBuildInputs ++ [ git ];
postPatch = "rm sshuttle/tests/client/test_methods_nat.py";
postInstall = "mv $out/bin/sshuttle $out/bin/sshuttle-telepresence";
});