pythonPackages.pgsanity: add missing postgresql checkInput

This commit is contained in:
edef 2019-10-04 16:44:51 +00:00
parent f702ae1516
commit a7aa69c8bf

View file

@ -17,6 +17,7 @@ buildPythonPackage rec {
${python.interpreter} -m unittest discover -s test
'';
checkInputs = [ postgresql ];
propagatedBuildInputs = [ postgresql ];
meta = with stdenv.lib; {