mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
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 New Issue
Block a user