forked from mirrors/nixpkgs
telepresence: fix package
This commit is contained in:
parent
da90a46591
commit
b11e628738
|
@ -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";
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue