pythonPackages.pgsanity: add missing postgresql checkInput
This commit is contained in:
parent
f702ae1516
commit
a7aa69c8bf
@ -17,6 +17,7 @@ buildPythonPackage rec {
|
||||
${python.interpreter} -m unittest discover -s test
|
||||
'';
|
||||
|
||||
checkInputs = [ postgresql ];
|
||||
propagatedBuildInputs = [ postgresql ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user