python27: use strictDeps = true;

This commit is contained in:
Guillaume Girol
2021-08-19 09:30:47 +02:00
parent a2c566265e
commit 79b32fc422
@@ -227,6 +227,7 @@ let
++ optional stdenv.hostPlatform.isLinux "ac_cv_func_lchmod=no"
++ optional static "LDFLAGS=-static";
strictDeps = true;
buildInputs =
optional (stdenv ? cc && stdenv.cc.libc != null) stdenv.cc.libc ++
[ bzip2 openssl zlib ]