Python: fix outfall after setting strictDeps = true;
This commit is contained in:
@@ -12,7 +12,7 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
buildInputs = lib.optional stdenv.isDarwin openssl;
|
||||
propagatedBuildInputs = [ postgresql ];
|
||||
nativeBuildInputs = [ postgresql ];
|
||||
|
||||
doCheck = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user