forked from mirrors/nixpkgs
sshuttle: clean up expression a little bit
This commit is contained in:
parent
5ba05aaab9
commit
01557ee8b9
|
@ -12,13 +12,12 @@ python3Packages.buildPythonApplication rec {
|
|||
|
||||
patches = [ ./sudo.patch ];
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [ mock pytest ];
|
||||
nativeBuildInputs = [ makeWrapper pandoc python3Packages.setuptools_scm ];
|
||||
buildInputs =
|
||||
[ coreutils openssh ] ++
|
||||
stdenv.lib.optionals stdenv.isLinux [ iptables nettools procps ];
|
||||
|
||||
checkInputs = with python3Packages; [ pytest pytestrunner ];
|
||||
checkInputs = with python3Packages; [ mock pytest pytestrunner ];
|
||||
|
||||
# Tests only run with Python 3. Server-side Python 2 still works if client
|
||||
# uses Python 3, so it should be fine.
|
||||
|
|
Loading…
Reference in a new issue