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