From 016d8acf1c33f8fe252e04a46cc11b7abff4d724 Mon Sep 17 00:00:00 2001 From: xfnw Date: Sun, 7 Mar 2021 12:54:45 +0000 Subject: [PATCH] fix routersploit deps --- pkgs/routersploit.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/routersploit.nix b/pkgs/routersploit.nix index 64147ea..54e67a9 100644 --- a/pkgs/routersploit.nix +++ b/pkgs/routersploit.nix @@ -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 = ''