13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
21 owner = "the-useless-one";
24 hash = "sha256-nrPhyBHW13dkXFC5YJfrkiztAxMw4KuEif0zCdjQEq0=";
27 propagatedBuildInputs = [
40 # https://github.com/the-useless-one/pywerview/pull/51
41 substituteInPlace setup.py \
42 --replace "bs4" "beautifulsoup4"
45 pythonImportsCheck = [
50 description = "Module for PowerSploit's PowerView support";
51 homepage = "https://github.com/the-useless-one/pywerview";
52 license = licenses.gpl3Plus;
53 maintainers = with maintainers; [ fab ];