Loading pkgs/development/python-modules/dbf/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -22,7 +22,9 @@ buildPythonPackage rec { propagatedBuildInputs = [ aenum ]; checkPhase = '' runHook preCheck ${python.interpreter} -m dbf.test runHook postCheck ''; pythonImportsCheck = [ "dbf" ]; Loading Loading
pkgs/development/python-modules/dbf/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -22,7 +22,9 @@ buildPythonPackage rec { propagatedBuildInputs = [ aenum ]; checkPhase = '' runHook preCheck ${python.interpreter} -m dbf.test runHook postCheck ''; pythonImportsCheck = [ "dbf" ]; Loading