pythonPackages.pgsanity: add missing postgresql checkInput
This commit is contained in:
parent
f702ae1516
commit
a7aa69c8bf
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ buildPythonPackage rec {
|
|||
${python.interpreter} -m unittest discover -s test
|
||||
'';
|
||||
|
||||
checkInputs = [ postgresql ];
|
||||
propagatedBuildInputs = [ postgresql ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue