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