fix routersploit deps

This commit is contained in:
xfnw 2021-03-07 12:54:45 +00:00
parent 5dda72f538
commit 016d8acf1c

View file

@ -1,4 +1,4 @@
{lib, stdenv, pkgs, fetchFromGitHub}:
{lib, stdenv, pkgs, fetchFromGitHub }:
stdenv.mkDerivation rec {
pname = "routersploit";
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
};
propagatedBuildInputs = with pkgs.python3Packages; [
bluepy future requests paramiko pysnmp pycryptodome setuptools
pkgs.python3 bluepy future requests paramiko pysnmp pycryptodome setuptools
];
buildPhase = ''