Loading pkgs/development/python-modules/pint-pandas/default.nix +2 −2 Original line number Diff line number Diff line { stdenv, lib, buildPythonPackage, fetchFromGitHub, Loading @@ -9,6 +8,7 @@ wheel, pint, pandas, packaging, pytestCheckHook, }: Loading @@ -35,12 +35,12 @@ buildPythonPackage rec { dependencies = [ pint pandas packaging ]; nativeCheckInputs = [ pytestCheckHook ]; meta = { broken = stdenv.hostPlatform.isDarwin; description = "Pandas support for pint"; license = lib.licenses.bsd3; homepage = "https://github.com/hgrecco/pint-pandas"; Loading Loading
pkgs/development/python-modules/pint-pandas/default.nix +2 −2 Original line number Diff line number Diff line { stdenv, lib, buildPythonPackage, fetchFromGitHub, Loading @@ -9,6 +8,7 @@ wheel, pint, pandas, packaging, pytestCheckHook, }: Loading @@ -35,12 +35,12 @@ buildPythonPackage rec { dependencies = [ pint pandas packaging ]; nativeCheckInputs = [ pytestCheckHook ]; meta = { broken = stdenv.hostPlatform.isDarwin; description = "Pandas support for pint"; license = lib.licenses.bsd3; homepage = "https://github.com/hgrecco/pint-pandas"; Loading