buildPythonPackage: use config.doCheckByDefault

This commit is contained in:
Jan Malakhovski
2018-04-25 17:15:48 +00:00
parent 845fa56921
commit 912cfb8aaa
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
# Generic builder.
{ lib
, config
, python
, wrapPython
, setuptools
@@ -53,7 +54,7 @@
, passthru ? {}
, doCheck ? false
, doCheck ? config.doCheckByDefault or false
, ... } @ attrs: