python3: add strictDeps = true

This commit is contained in:
Guillaume Girol
2021-08-19 09:30:47 +02:00
parent 842c163b4f
commit 73dee3ad4e
@@ -101,6 +101,8 @@ let
version = with sourceVersion; "${major}.${minor}.${patch}${suffix}";
strictDeps = true;
nativeBuildInputs = optionals (!stdenv.isDarwin) [
autoreconfHook
] ++ optionals (!stdenv.isDarwin && passthru.pythonAtLeast "3.10") [