Loading pkgs/development/python-modules/pgsanity/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,9 @@ buildPythonPackage rec { unittestCheckHook postgresql ]; unittestFlagsArray = [ "test" ]; propagatedBuildInputs = [ postgresql ]; meta = with lib; { Loading Loading
pkgs/development/python-modules/pgsanity/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,9 @@ buildPythonPackage rec { unittestCheckHook postgresql ]; unittestFlagsArray = [ "test" ]; propagatedBuildInputs = [ postgresql ]; meta = with lib; { Loading