pythonPackages.capstone: add missing setuptools dep

This commit is contained in:
Frederik Rietdijk 2019-10-16 09:59:47 +02:00
parent b4136a8f5b
commit 80ac778c06

View file

@ -2,6 +2,7 @@
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, fetchpatch , fetchpatch
, setuptools
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -17,6 +18,8 @@ buildPythonPackage rec {
sha256 = "3c0f73db9f8392f7048c8a244809f154d7c39f354e2167f6c477630aa517ed04"; sha256 = "3c0f73db9f8392f7048c8a244809f154d7c39f354e2167f6c477630aa517ed04";
}; };
propagatedBuildInputs = [ setuptools ];
patches = [ patches = [
(fetchpatch { (fetchpatch {
stripLen = 2; stripLen = 2;