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
|
${python.interpreter} -m unittest discover -s test
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
checkInputs = [ postgresql ];
|
||||||
propagatedBuildInputs = [ postgresql ];
|
propagatedBuildInputs = [ postgresql ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user