From a7aa69c8bf31d6f7731ccd94c8939658ccee67f3 Mon Sep 17 00:00:00 2001 From: edef Date: Fri, 4 Oct 2019 16:44:51 +0000 Subject: [PATCH] pythonPackages.pgsanity: add missing postgresql checkInput --- pkgs/development/python-modules/pgsanity/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/pgsanity/default.nix b/pkgs/development/python-modules/pgsanity/default.nix index c6fa96bccf79..2e3bf29a9a97 100644 --- a/pkgs/development/python-modules/pgsanity/default.nix +++ b/pkgs/development/python-modules/pgsanity/default.nix @@ -17,6 +17,7 @@ buildPythonPackage rec { ${python.interpreter} -m unittest discover -s test ''; + checkInputs = [ postgresql ]; propagatedBuildInputs = [ postgresql ]; meta = with stdenv.lib; {