8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 hash = "sha256-JTVNnjZH+UQRpME+UQyDoc7swXl3sFJbpBsW5wGceww=";
19 substituteInPlace pywatchman/__init__.py \
20 --replace "'watchman'" "'${watchman}/bin/watchman'"
27 description = "Watchman client for Python";
28 homepage = "https://facebook.github.io/watchman/";
29 license = licenses.bsd3;