aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/black/default.nix
diff options
context:
space:
mode:
authorKai Wohlfahrt <kai.wohlfahrt@gmail.com>2019-11-09 10:24:18 +0000
committerJon <jonringer@users.noreply.github.com>2019-11-09 11:04:28 -0800
commita4f0c51c0c96fe6dafcc646101710abf74d497c9 (patch)
tree95bf112bb621a549533e0d93d030afb0659e7a36 /pkgs/development/python-modules/black/default.nix
parentd602c56f475f270f4a8a3fde3060136181e9012f (diff)
pytest-black: patch black dependency
This change is pending upstream in #29, but it is stale.
Diffstat (limited to 'pkgs/development/python-modules/black/default.nix')
-rw-r--r--pkgs/development/python-modules/black/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/black/default.nix b/pkgs/development/python-modules/black/default.nix
index 6a2ed87162b8..00678ca420d3 100644
--- a/pkgs/development/python-modules/black/default.nix
+++ b/pkgs/development/python-modules/black/default.nix
@@ -14,7 +14,7 @@ buildPythonPackage rec {
sha256 = "0f8mr0yzj78q1dx7v6ggbgfir2wv0n5z2shfbbvfdq7910xbgvf2";
};
- buildInputs = [ setuptools_scm ];
+ nativeBuildInputs = [ setuptools_scm ];
checkInputs = [ pytest glibcLocales ];
# Necessary for the tests to pass on Darwin with sandbox enabled.