Skip to content

Commit

Permalink
buildPython*: enable strictDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jan 15, 2019
1 parent 5a3670b commit 0bbe59f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/interpreters/python/mk-python-derivation.nix
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ let self = toPythonModule (python.stdenv.mkDerivation (builtins.removeAttrs attr
# Propagate python and setuptools. We should stop propagating setuptools.
propagatedBuildInputs = propagatedBuildInputs ++ [ python setuptools ];

# Enabled to detect some (native)BuildInputs mistakes
strictDeps = true;

# Python packages don't have a checkPhase, only an installCheckPhase
doCheck = false;
doInstallCheck = doCheck;
Expand Down

0 comments on commit 0bbe59f

Please sign in to comment.